X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FTToken.hh;fp=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FTToken.hh;h=bf19fb187a12897fdfd32eab6175dea2adb195c4;hb=e290ab0a049ec2babedc3cb0ff802c430ed8ee7c;hp=1cb6ca15e5848a8f9827d1fde8e52e9ab51910c4;hpb=6a72ec9c2e81e6558a0163877129cc6227948e3e;p=helm.git diff --git a/helm/DEVEL/mathml_editor/src/TToken.hh b/helm/DEVEL/mathml_editor/src/TToken.hh index 1cb6ca15e..bf19fb187 100644 --- a/helm/DEVEL/mathml_editor/src/TToken.hh +++ b/helm/DEVEL/mathml_editor/src/TToken.hh @@ -22,7 +22,8 @@ struct TToken OTHER, ACTIVE, COMMENT, - CONTROL + CONTROL, + GDELETE }; TToken(TCat c) : category(c) { };