]> git.lyx.org Git - lyx.git/blobdiff - src/WordList.h
Revert "Objective-C compililation support with cmake and C++11"
[lyx.git] / src / WordList.h
index b802cf098f0d57ca61d8f542a2ff5293d6a6d8cd..f57f20b0680b278afda11463460c34578a69c3bf 100644 (file)
@@ -29,12 +29,18 @@ public:
        size_t size() const;
        ///
        void insert(docstring const & w);
+       ///
+       void remove(docstring const & w);
+       ///
+       static void cleanupWordLists();
 
 private:
-       class Impl;
+       struct Impl;
        Impl * d;
 };
 
+WordList * theWordList(std::string const & lang);
+
 } // namespace lyx
 
 #endif // WORDLIST_H