X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Focaml%2Fc_mathml_editor.cc;h=25759823ba05e8351b9d8b6ab6347121bde9a782;hb=97c2d258a5c524eb5c4b85208899d80751a2c82f;hp=8ab2a05cc095c6ee6fdb3c6d9b9c41fb5004ce52;hpb=4b7e162d67a8d748f95c557e2a76ee9625a06291;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..25759823b 100644 --- a/helm/DEVEL/mathml_editor/ocaml/c_mathml_editor.cc +++ b/helm/DEVEL/mathml_editor/ocaml/c_mathml_editor.cc @@ -24,6 +24,7 @@ */ #include +#include #include "ALogger.hh" #include "TDictionary.hh" @@ -197,6 +198,7 @@ extern "C" void c_mathml_editor_reset(Editor* editor) { assert(editor); + editor->lexer->reset(); editor->parser->reset(); }