]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/src/TDictionary.hh
* added default dictionary/stylesheet paths
[helm.git] / helm / DEVEL / mathml_editor / src / TDictionary.hh
index 43c2e51af3f5511d79f45e814918fd1045e2ad37..8807f83772e0e2076a86079b9d1ca12875ea25bc 100644 (file)
@@ -84,6 +84,8 @@ public:
     unsigned table : 1;
   };
 
+  static std::string getDefaultDictionaryPath(void);
+
   void load(const std::string&);
   void load(const std::string&, const std::string&);
   void load(const DOM::Document&, const std::string& = "");