]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/src/TTokenizer.cc
* this is a large commit
[helm.git] / helm / DEVEL / mathml_editor / src / TTokenizer.cc
index cfa10ec71cb1618fa4f7d88755624049d0d927b8..1002733a7a0ea1f4ea39adeb0154232b877995cd 100644 (file)
@@ -30,3 +30,9 @@ TTokenizer::push(const TToken& token)
   tokens.push_back(token);
 }
 
+std::string
+TTokenizer::drop()
+{
+  assert(0);
+  return "";
+}