X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FTDictionary.hh;h=358481ee06728a86b541d9978de261d75cb7ff77;hb=617c3cf27758b63f35ab21a5d5e67be5aa9f065f;hp=5349cf00475d5b9debee02353f1bfe2f80a24064;hpb=a2f9abb0b4f07678de024d4afb371ba59183edf0;p=helm.git diff --git a/helm/DEVEL/mathml_editor/src/TDictionary.hh b/helm/DEVEL/mathml_editor/src/TDictionary.hh index 5349cf004..358481ee0 100644 --- a/helm/DEVEL/mathml_editor/src/TDictionary.hh +++ b/helm/DEVEL/mathml_editor/src/TDictionary.hh @@ -59,8 +59,9 @@ public: unsigned table : 1; }; - void load(const std::string& uri); - void load(const DOM::Document& doc); + void load(const std::string&); + void load(const std::string&, const std::string&); + void load(const DOM::Document&, const std::string& = ""); const Entry& find(const std::string&) const; private: