]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/src/APushLexer.hh
ocaml 3.09 transition
[helm.git] / helm / DEVEL / mathml_editor / src / APushLexer.hh
index 0259ed603d1bc73ab345142f33904bca06e975d3..4a2940b4c3eb4011bcfed0a355982a7901e62eaa 100644 (file)
@@ -34,6 +34,7 @@ public:
 
   virtual void push(char) = 0;
   virtual void drop(bool) = 0;
+  virtual bool complete(void) = 0;
   virtual void reset(void) = 0;
   virtual bool error(void) const = 0;