X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FHunspellChecker.h;h=27b634446d000a62afd7d35267b2eae3c62c11c5;hb=190439eccfb04b3a27b4e85b548245d3b1f4076a;hp=6e0ef024a7a12ccd813433a768481a360fa3a3aa;hpb=a4e03846cd4a5c369548e0913994e5f482a83277;p=lyx.git diff --git a/src/HunspellChecker.h b/src/HunspellChecker.h index 6e0ef024a7..27b634446d 100644 --- a/src/HunspellChecker.h +++ b/src/HunspellChecker.h @@ -28,8 +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: