X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FTDictionary.cc;h=8c16d2ba91327bf0dba38ed1ecc3cb554a905276;hb=8335f6c45ef87edd700b898e91489eb9cb551304;hp=dcaf1d627562f072f8a535fe1a8f62a6edb226fb;hpb=bf29ef82dc843dcb1929b413b36801ac26441fbd;p=helm.git diff --git a/helm/DEVEL/mathml_editor/src/TDictionary.cc b/helm/DEVEL/mathml_editor/src/TDictionary.cc index dcaf1d627..8c16d2ba9 100644 --- a/helm/DEVEL/mathml_editor/src/TDictionary.cc +++ b/helm/DEVEL/mathml_editor/src/TDictionary.cc @@ -4,6 +4,7 @@ #include "dom.hh" #include "TDictionary.hh" #include "TTokenizer.hh" +#include "CLoggerConsole.hh" static TDictionary::Entry undefinedEntry; @@ -18,7 +19,8 @@ TDictionary::load(const char* uri) DOM::Element root = doc.get_documentElement(); assert(root); - TTokenizer tokenizer; + CLoggerConsole logger; + TTokenizer tokenizer(logger); for (DOM::Node p = root.get_firstChild(); p; p = p.get_nextSibling()) if (p.get_nodeType() == DOM::Node::ELEMENT_NODE && p.get_nodeName() == "entry")