]> git.lyx.org Git - lyx.git/blobdiff - src/AppleSpellChecker.h
Add more page sizes to KOMA and memoir
[lyx.git] / src / AppleSpellChecker.h
index 64e5f2b26bc9d3182f8a89fbdb9102e305e46ff0..13b9bd0a94d3624d2c1d3152d984454b7bd64249 100644 (file)
@@ -26,7 +26,7 @@ public:
        //@{
        enum Result check(WordLangTuple const &);
        void suggest(WordLangTuple const &, docstring_list &);
-       void stem(WordLangTuple const &, docstring_list &) {};
+       void stem(WordLangTuple const &, docstring_list &) {}
        void insert(WordLangTuple const &);
        void remove(WordLangTuple const &);
        void accept(WordLangTuple const &);