]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/src/TDictionary.hh
* temporary fix for handling relative/absolute filenames in
[helm.git] / helm / DEVEL / mathml_editor / src / TDictionary.hh
index 5349cf00475d5b9debee02353f1bfe2f80a24064..358481ee06728a86b541d9978de261d75cb7ff77 100644 (file)
@@ -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: