X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FAspellChecker.h;h=bce5402b12fb482d276ac52ea895267e86287c98;hb=4a60f604c506684df838c9b95e3400c755d4cf08;hp=c2208498ec9d27729b5c1d279f0fb8f6fe9882a0;hpb=c91e2c59f47431247b44563bed2d0f0eae96f9d6;p=lyx.git diff --git a/src/AspellChecker.h b/src/AspellChecker.h index c2208498ec..bce5402b12 100644 --- a/src/AspellChecker.h +++ b/src/AspellChecker.h @@ -27,6 +27,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 &);