X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FEnchantChecker.h;h=559e4c8801c492e63db64743b194d95924a19b28;hb=c1945d27dfd19ef698ae7506c1311ce94091207a;hp=fc1b70b13a493becf081d60f03265e2b80a369ac;hpb=5a80aa6fcfe80b69bff0c891a699fff590cbaaad;p=lyx.git diff --git a/src/EnchantChecker.h b/src/EnchantChecker.h index fc1b70b13a..559e4c8801 100644 --- a/src/EnchantChecker.h +++ b/src/EnchantChecker.h @@ -33,6 +33,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 &);