]> git.lyx.org Git - lyx.git/blobdiff - src/AspellChecker.h
Implement LFUN_SPELLING_REMOVE (patch from switt)
[lyx.git] / src / AspellChecker.h
index 73a685a4572733b55b115125fafa40d2657a38a6..6bef6a854a0a6f9396dd8ae307636657f7a5c9b0 100644 (file)
@@ -28,6 +28,7 @@ public:
        enum Result check(WordLangTuple const &);
        void suggest(WordLangTuple const &, docstring_list &);
        void insert(WordLangTuple const &);
+       void remove(WordLangTuple const &) {};
        void accept(WordLangTuple const &);
        bool hasDictionary(Language const * lang) const;
        docstring const error();