]> git.lyx.org Git - lyx.git/blobdiff - src/EnchantChecker.h
Account for old versions of Pygments
[lyx.git] / src / EnchantChecker.h
index 5016ed3d7bdbeb10ff3a6f9307c27402356b265e..559e4c8801c492e63db64743b194d95924a19b28 100644 (file)
@@ -33,11 +33,14 @@ public:
        ///@{
        enum Result check(WordLangTuple const &);
        void suggest(WordLangTuple const &, docstring_list &);
+       void stem(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;
+       int numDictionaries() const;
        docstring const error();
+       void advanceChangeNumber();
        ///@}
 
 private: