]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/src/TTokenizer.cc
* added show/hide cursro methods
[helm.git] / helm / DEVEL / mathml_editor / src / TTokenizer.cc
index 1002733a7a0ea1f4ea39adeb0154232b877995cd..a78b7cc5d6c129d25543ef6c6e993c3235fd9a40 100644 (file)
@@ -24,6 +24,12 @@ TTokenizer::tokenize(const std::string& s)
   return res;
 }
 
+void
+TTokenizer::reset()
+{
+  assert(0);
+}
+
 void
 TTokenizer::push(const TToken& token)
 {