X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FAspellChecker.h;h=74ffb7036bd093862aab2a07f36e813fb7306358;hb=a50d4710b34776394b13c6538b7cda20ded73fc1;hp=c2208498ec9d27729b5c1d279f0fb8f6fe9882a0;hpb=c91e2c59f47431247b44563bed2d0f0eae96f9d6;p=lyx.git diff --git a/src/AspellChecker.h b/src/AspellChecker.h index c2208498ec..74ffb7036b 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 &);