]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/src/TPushLexer.hh
* code cleanup
[helm.git] / helm / DEVEL / mathml_editor / src / TPushLexer.hh
index 6fd212a3de319e19f102f4f5b13722a0cf2a0e23..a12a9bf63112bbdf6a7a80a6f4f82e1684ee5f29 100644 (file)
@@ -9,7 +9,7 @@
 class TPushLexer : public APushLexer
 {
 public:
-  TPushLexer(class APushParser&);
+  TPushLexer(class ALogger&, class APushParser&);
   virtual ~TPushLexer() { };
 
   virtual void push(char);