X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Focaml%2Fc_mathml_editor.cc;h=6a4eacad165fee6671625c0cd4a5e766fd60b354;hb=87152a8fc9dc1d743213614da2ba279c8975fd09;hp=8ab2a05cc095c6ee6fdb3c6d9b9c41fb5004ce52;hpb=332af2ea195c3d8d363ba729786c3f7d0d60b50b;p=helm.git diff --git a/helm/DEVEL/mathml_editor/ocaml/c_mathml_editor.cc b/helm/DEVEL/mathml_editor/ocaml/c_mathml_editor.cc index 8ab2a05cc..6a4eacad1 100644 --- a/helm/DEVEL/mathml_editor/ocaml/c_mathml_editor.cc +++ b/helm/DEVEL/mathml_editor/ocaml/c_mathml_editor.cc @@ -197,6 +197,7 @@ extern "C" void c_mathml_editor_reset(Editor* editor) { assert(editor); + editor->lexer->reset(); editor->parser->reset(); }