X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FAppleSpellChecker.h;h=13b9bd0a94d3624d2c1d3152d984454b7bd64249;hb=b01075469d416889bbc01fa0ead6609ca65e451b;hp=64e5f2b26bc9d3182f8a89fbdb9102e305e46ff0;hpb=a7caeda68318e91b270de43cbf5a10c6d90f0962;p=lyx.git diff --git a/src/AppleSpellChecker.h b/src/AppleSpellChecker.h index 64e5f2b26b..13b9bd0a94 100644 --- a/src/AppleSpellChecker.h +++ b/src/AppleSpellChecker.h @@ -26,7 +26,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 &);