X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FAPushParser.hh;fp=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FAPushParser.hh;h=aa0d10a43022996a4f9e5b22df6d0f8dec6ca9d3;hb=a407cfb9bc31c5f9b94eb437d642e7582b641fc4;hp=5344b7272fdca474f9a79db9a411fa2464c92608;hpb=d97a5aeaed9e54e7a5c33570c3daaa0342979b66;p=helm.git diff --git a/helm/DEVEL/mathml_editor/src/APushParser.hh b/helm/DEVEL/mathml_editor/src/APushParser.hh index 5344b7272..aa0d10a43 100644 --- a/helm/DEVEL/mathml_editor/src/APushParser.hh +++ b/helm/DEVEL/mathml_editor/src/APushParser.hh @@ -35,7 +35,7 @@ public: virtual void reset(void) = 0; virtual void push(const class TToken&) = 0; - virtual std::string drop(void) = 0; + virtual std::string drop(bool) = 0; virtual void setCursorHint(const std::string&) = 0; virtual bool hideCursor(void) = 0; virtual bool showCursor(void) = 0;