X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FAspellChecker.h;h=dba55dc877910064e70590f01e5e2a09685b34c2;hb=32f6c066ccad00e1580f1f2a5c1d989153e4a83b;hp=0450ea6ed269e4b273f922753a165b3011376634;hpb=dec437fbac739fb4d8e78842b9f9286bbaaf0971;p=lyx.git diff --git a/src/AspellChecker.h b/src/AspellChecker.h index 0450ea6ed2..dba55dc877 100644 --- a/src/AspellChecker.h +++ b/src/AspellChecker.h @@ -28,7 +28,7 @@ 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();