]> git.lyx.org Git - lyx.git/blobdiff - src/EnchantChecker.h
tex2lyx: roundtrip support for the suppress_date option, for the remaining part I...
[lyx.git] / src / EnchantChecker.h
index 5016ed3d7bdbeb10ff3a6f9307c27402356b265e..30cad28436004420e869bd1e2b017845bbecad7a 100644 (file)
@@ -34,10 +34,11 @@ public:
        enum Result check(WordLangTuple const &);
        void suggest(WordLangTuple const &, docstring_list &);
        void insert(WordLangTuple const &);
-       void remove(WordLangTuple const &) {};
+       void remove(WordLangTuple const &);
        void accept(WordLangTuple const &);
        bool hasDictionary(Language const * lang) const;
        docstring const error();
+       void advanceChangeNumber();
        ///@}
 
 private: