X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FHunspellChecker.h;h=686f014384028316afae89af37b0505aa9306ee4;hb=72540e8b8776604fd5eaf5a41144cdd65f3cfce9;hp=ca28d01d646b9b2017912023ab9ac5e464c7004c;hpb=c91e2c59f47431247b44563bed2d0f0eae96f9d6;p=lyx.git diff --git a/src/HunspellChecker.h b/src/HunspellChecker.h index ca28d01d64..686f014384 100644 --- a/src/HunspellChecker.h +++ b/src/HunspellChecker.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 &);