]> git.lyx.org Git - lyx.git/blobdiff - src/EnchantChecker.h
Comment
[lyx.git] / src / EnchantChecker.h
index 94f7e20b38fb82797b5639f1a17d29dfd2df2c0c..e44f2a54571103bf8a7b65f96648a8c51e5416e9 100644 (file)
@@ -34,9 +34,11 @@ public:
        enum Result check(WordLangTuple const &);
        void suggest(WordLangTuple const &, docstring_list &);
        void insert(WordLangTuple const &);
+       void remove(WordLangTuple const &) {};
        void accept(WordLangTuple const &);
        bool hasDictionary(Language const * lang) const;
        docstring const error();
+       void advanceChangeNumber();
        ///@}
 
 private: