X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FTPushParser.hh;h=c3cee66c89c900309213664483ee2611325d8224;hb=e290ab0a049ec2babedc3cb0ff802c430ed8ee7c;hp=bb659c3d20ee37ee3536820333d7d68870533834;hpb=89262281b6e83bd2321150f81f1a0583645eb0c8;p=helm.git diff --git a/helm/DEVEL/mathml_editor/src/TPushParser.hh b/helm/DEVEL/mathml_editor/src/TPushParser.hh index bb659c3d2..c3cee66c8 100644 --- a/helm/DEVEL/mathml_editor/src/TPushParser.hh +++ b/helm/DEVEL/mathml_editor/src/TPushParser.hh @@ -27,6 +27,8 @@ private: std::string PRIME(void) const; bool isPrimes(const TNode&) const; + + void gdelete_prev(void); void do_begin(void); void do_end(void); @@ -43,6 +45,7 @@ private: void do_active(const std::string&); void do_comment(void); void do_control(const std::string&); + void do_gdelete(void); void do_cr(void); void do_apostrophe(void); @@ -58,7 +61,7 @@ private: }; std::stack frames; - std::list buffer; + //std::list buffer; unsigned nextId; TDocument doc; TNode cursor;