X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FAppleSpellChecker.h;h=8921fbe0273417a9ffcde88c63bf9bd04c5daed8;hb=124e0fc2be2446f7182cba0e5b54961dc1cfab91;hp=d77977724519cae5cb5e1d6e7909320951372a7f;hpb=efc0877f8fd33ad9369d06e5b638037c8d6a1b24;p=lyx.git diff --git a/src/AppleSpellChecker.h b/src/AppleSpellChecker.h index d779777245..8921fbe027 100644 --- a/src/AppleSpellChecker.h +++ b/src/AppleSpellChecker.h @@ -24,7 +24,8 @@ public: /// \name SpellChecker inherited methods //@{ - enum Result check(WordLangTuple const &) override; + enum Result check(WordLangTuple const &, + std::vector const &) override; void suggest(WordLangTuple const &, docstring_list &) override; void stem(WordLangTuple const &, docstring_list &) override {} void insert(WordLangTuple const &) override;