]> git.lyx.org Git - lyx.git/blobdiff - src/HunspellChecker.h
use return value of regex_match to check whether a match was found
[lyx.git] / src / HunspellChecker.h
index 27b634446d000a62afd7d35267b2eae3c62c11c5..8e12672b9da705979d636735277f3b2daa53ac7c 100644 (file)
@@ -28,7 +28,7 @@ public:
        enum Result check(WordLangTuple const &);
        void suggest(WordLangTuple const &, docstring_list &);
        void insert(WordLangTuple const &);
-       void remove(WordLangTuple const &) {};
+       void remove(WordLangTuple const &);
        void accept(WordLangTuple const &);
        bool hasDictionary(Language const * lang) const;
        docstring const error();