X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FAspellChecker.h;h=dba55dc877910064e70590f01e5e2a09685b34c2;hb=2906a35663b92030b0668a42ab370dba8ffca4cf;hp=6bef6a854a0a6f9396dd8ae307636657f7a5c9b0;hpb=e4f2484cb5899da6d98e0be6db465ca011989e04;p=lyx.git diff --git a/src/AspellChecker.h b/src/AspellChecker.h index 6bef6a854a..dba55dc877 100644 --- a/src/AspellChecker.h +++ b/src/AspellChecker.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: