X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FHunspellChecker.h;h=8e12672b9da705979d636735277f3b2daa53ac7c;hb=1e190a2af27ca99831f51567c16e6b39bf4317c3;hp=f5daaf3c436ebc3f90a4c90a562025f59d58354c;hpb=e4f2484cb5899da6d98e0be6db465ca011989e04;p=lyx.git diff --git a/src/HunspellChecker.h b/src/HunspellChecker.h index f5daaf3c43..8e12672b9d 100644 --- a/src/HunspellChecker.h +++ b/src/HunspellChecker.h @@ -28,10 +28,11 @@ public: enum Result check(WordLangTuple const &); void suggest(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; docstring const error(); + void advanceChangeNumber(); ///@} private: