]> git.lyx.org Git - lyx.git/blobdiff - src/WordList.h
Convert cursorX() and computeRowMetrics() to the new scheme
[lyx.git] / src / WordList.h
index d02b0b7b880eeb3d78f49fa2c1d964a015615c8f..f57f20b0680b278afda11463460c34578a69c3bf 100644 (file)
@@ -31,13 +31,15 @@ public:
        void insert(docstring const & w);
        ///
        void remove(docstring const & w);
-       
+       ///
+       static void cleanupWordLists();
+
 private:
        struct Impl;
        Impl * d;
 };
 
-WordList & theWordList();
+WordList * theWordList(std::string const & lang);
 
 } // namespace lyx