]> git.lyx.org Git - lyx.git/blobdiff - src/EnchantChecker.h
Account for old versions of Pygments
[lyx.git] / src / EnchantChecker.h
index fc1b70b13a493becf081d60f03265e2b80a369ac..559e4c8801c492e63db64743b194d95924a19b28 100644 (file)
@@ -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 &);