X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FAspellChecker.h;h=74ffb7036bd093862aab2a07f36e813fb7306358;hb=eea4ef9b6e8c103b8d77fb456214a116c68f58a7;hp=bce5402b12fb482d276ac52ea895267e86287c98;hpb=a7caeda68318e91b270de43cbf5a10c6d90f0962;p=lyx.git diff --git a/src/AspellChecker.h b/src/AspellChecker.h index bce5402b12..74ffb7036b 100644 --- a/src/AspellChecker.h +++ b/src/AspellChecker.h @@ -27,7 +27,7 @@ public: //@{ enum Result check(WordLangTuple const &); void suggest(WordLangTuple const &, docstring_list &); - void stem(WordLangTuple const &, docstring_list &) {}; + void stem(WordLangTuple const &, docstring_list &) {} void insert(WordLangTuple const &); void remove(WordLangTuple const &); void accept(WordLangTuple const &);