]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/ocaml/c_mathml_editor.cc
New version 0.0.2:
[helm.git] / helm / DEVEL / mathml_editor / ocaml / c_mathml_editor.cc
index 8ab2a05cc095c6ee6fdb3c6d9b9c41fb5004ce52..6a4eacad165fee6671625c0cd4a5e766fd60b354 100644 (file)
@@ -197,6 +197,7 @@ extern "C" void
 c_mathml_editor_reset(Editor* editor)
 {
   assert(editor);
+  editor->lexer->reset();
   editor->parser->reset();
 }