X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FAppleSpellChecker.h;h=64e5f2b26bc9d3182f8a89fbdb9102e305e46ff0;hb=14e01a92a4a8b3c861bec41d33a1743870844e63;hp=e41ff3729d970b16661f691be5534c4631c25b75;hpb=c91e2c59f47431247b44563bed2d0f0eae96f9d6;p=lyx.git diff --git a/src/AppleSpellChecker.h b/src/AppleSpellChecker.h index e41ff3729d..64e5f2b26b 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 &);