X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FAspellChecker.h;h=74ffb7036bd093862aab2a07f36e813fb7306358;hb=0c7bd9a57f2a308bb9659200eda3b7e45f8d5d3c;hp=6bef6a854a0a6f9396dd8ae307636657f7a5c9b0;hpb=e4f2484cb5899da6d98e0be6db465ca011989e04;p=lyx.git diff --git a/src/AspellChecker.h b/src/AspellChecker.h index 6bef6a854a..74ffb7036b 100644 --- a/src/AspellChecker.h +++ b/src/AspellChecker.h @@ -27,11 +27,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: