]> git.lyx.org Git - lyx.git/blobdiff - src/WordList.h
Update sk.po
[lyx.git] / src / WordList.h
index 5b0488bb04030dc50c469cff0a17091e04ed7b1e..2afd6cb050c9bb9cc103230c1fd08c7cd5fd86ae 100644 (file)
@@ -30,15 +30,13 @@ public:
        void insert(docstring const & w);
        ///
        void remove(docstring const & w);
-       ///
-       static void cleanupWordLists();
 
 private:
        struct Impl;
        std::unique_ptr<Impl> d;
 };
 
-WordList * theWordList(std::string const & lang);
+WordList & theWordList(std::string const & lang);
 
 } // namespace lyx