]> git.lyx.org Git - lyx.git/blobdiff - src/AspellChecker.h
Compile fix.
[lyx.git] / src / AspellChecker.h
index 73a685a4572733b55b115125fafa40d2657a38a6..0450ea6ed269e4b273f922753a165b3011376634 100644 (file)
@@ -28,9 +28,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: