X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FHunspellChecker.h;h=8e12672b9da705979d636735277f3b2daa53ac7c;hb=1e190a2af27ca99831f51567c16e6b39bf4317c3;hp=27b634446d000a62afd7d35267b2eae3c62c11c5;hpb=dec437fbac739fb4d8e78842b9f9286bbaaf0971;p=lyx.git diff --git a/src/HunspellChecker.h b/src/HunspellChecker.h index 27b634446d..8e12672b9d 100644 --- a/src/HunspellChecker.h +++ b/src/HunspellChecker.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();