]> git.lyx.org Git - lyx.git/blobdiff - src/AspellChecker.h
Partial fox for bug #6622: Display \utilde on screen correctly.
[lyx.git] / src / AspellChecker.h
index 0450ea6ed269e4b273f922753a165b3011376634..dba55dc877910064e70590f01e5e2a09685b34c2 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();