]> git.lyx.org Git - lyx.git/blobdiff - src/AspellChecker.h
Compile fix.
[lyx.git] / src / AspellChecker.h
index 61e904c31627b1488cb0f5db4ca19f6eccf01fd0..0450ea6ed269e4b273f922753a165b3011376634 100644 (file)
@@ -23,14 +23,17 @@ public:
        AspellChecker();
        ~AspellChecker();
 
-       /// SpellChecker inherited methods.
-       ///@{
+       /// \name SpellChecker inherited methods
+       //@{
        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:
        struct Private;