]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/src/APushLexer.hh
debian release 0.0.4-1
[helm.git] / helm / DEVEL / mathml_editor / src / APushLexer.hh
index 4fca8cf7651ba467d70766fa913b8d8147b4aa82..263da199d0311290b6388486da72575336e5b19b 100644 (file)
@@ -9,6 +9,7 @@ public:
   virtual ~APushLexer() { };
 
   virtual void push(char) = 0;
+  virtual void drop(bool) = 0;
   virtual void reset(void) = 0;
   virtual bool error(void) const = 0;