X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FAppleSpellChecker.h;h=13b9bd0a94d3624d2c1d3152d984454b7bd64249;hb=4ea0fd6af41beffc3eea1efcf8a0427a9d122b9c;hp=e41ff3729d970b16661f691be5534c4631c25b75;hpb=c91e2c59f47431247b44563bed2d0f0eae96f9d6;p=lyx.git diff --git a/src/AppleSpellChecker.h b/src/AppleSpellChecker.h index e41ff3729d..13b9bd0a94 100644 --- a/src/AppleSpellChecker.h +++ b/src/AppleSpellChecker.h @@ -26,6 +26,7 @@ public: //@{ enum Result check(WordLangTuple const &); void suggest(WordLangTuple const &, docstring_list &); + void stem(WordLangTuple const &, docstring_list &) {} void insert(WordLangTuple const &); void remove(WordLangTuple const &); void accept(WordLangTuple const &);