]> git.lyx.org Git - lyx.git/blobdiff - src/AppleSpellChecker.h
Rename Path.h to PathChanger.h (actual name of the class)
[lyx.git] / src / AppleSpellChecker.h
index e41ff3729d970b16661f691be5534c4631c25b75..64e5f2b26bc9d3182f8a89fbdb9102e305e46ff0 100644 (file)
@@ -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 &);