]> git.lyx.org Git - lyx.git/blobdiff - src/EnchantChecker.h
Clean-up the code with respect to PassThru insets and layouts.
[lyx.git] / src / EnchantChecker.h
index 94f7e20b38fb82797b5639f1a17d29dfd2df2c0c..5016ed3d7bdbeb10ff3a6f9307c27402356b265e 100644 (file)
@@ -34,6 +34,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();