]> git.lyx.org Git - lyx.git/blobdiff - src/EnchantChecker.h
Fix text direction issue for InsetInfo in RTL context
[lyx.git] / src / EnchantChecker.h
index d92774972debbca00af53692c48c56af94cf86b0..559e4c8801c492e63db64743b194d95924a19b28 100644 (file)
@@ -33,7 +33,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 &);