X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FAspellChecker.h;h=74ffb7036bd093862aab2a07f36e813fb7306358;hb=d2a8be38b268e7fc325a71b09007b75dd2daa309;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 &);