]> git.lyx.org Git - lyx.git/blobdiff - src/AppleSpellChecker.h
Update sk.po
[lyx.git] / src / AppleSpellChecker.h
index d77977724519cae5cb5e1d6e7909320951372a7f..8921fbe0273417a9ffcde88c63bf9bd04c5daed8 100644 (file)
@@ -24,7 +24,8 @@ public:
 
        /// \name SpellChecker inherited methods
        //@{
-       enum Result check(WordLangTuple const &) override;
+       enum Result check(WordLangTuple const &,
+                         std::vector<WordLangTuple> const &) override;
        void suggest(WordLangTuple const &, docstring_list &) override;
        void stem(WordLangTuple const &, docstring_list &) override {}
        void insert(WordLangTuple const &) override;