]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/src/TPushLexer.hh
Added the special deletion. Pressing backspace, the user has a normal deletion
[helm.git] / helm / DEVEL / mathml_editor / src / TPushLexer.hh
index f2f409158b0a71388efc1d8f18bdf4f803eae803..c8a99eddee05ba7a1ea093b9f4a613090e5c053c 100644 (file)
@@ -13,7 +13,7 @@ public:
   virtual ~TPushLexer() { };
 
   virtual void push(char);
-  virtual void drop(bool = false);
+  virtual void drop(bool);
   virtual void reset(void);
   virtual void flush(void);
   virtual bool error(void) const;