]> git.lyx.org Git - lyx.git/blobdiff - src/HunspellChecker.h
Clean-up the code with respect to PassThru insets and layouts.
[lyx.git] / src / HunspellChecker.h
index ccb5257be5bea4b1d6dee943b09d320683f2c15b..f5daaf3c436ebc3f90a4c90a562025f59d58354c 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();