X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FAppleSpellChecker.h;h=d77977724519cae5cb5e1d6e7909320951372a7f;hb=3209e6604ef132c8488ad14719b29406899d8b00;hp=13b9bd0a94d3624d2c1d3152d984454b7bd64249;hpb=704328d3488c75733ddeb9ad5439b1907e323e39;p=lyx.git diff --git a/src/AppleSpellChecker.h b/src/AppleSpellChecker.h index 13b9bd0a94..d779777245 100644 --- a/src/AppleSpellChecker.h +++ b/src/AppleSpellChecker.h @@ -24,19 +24,19 @@ public: /// \name SpellChecker inherited methods //@{ - enum Result check(WordLangTuple const &); - void suggest(WordLangTuple const &, docstring_list &); - void stem(WordLangTuple const &, docstring_list &) {} - void insert(WordLangTuple const &); - void remove(WordLangTuple const &); - void accept(WordLangTuple const &); - bool hasDictionary(Language const * lang) const; - int numDictionaries() const; - bool canCheckParagraph() const { return true; } - int numMisspelledWords() const; - void misspelledWord(int index, int & start, int & length) const; - docstring const error(); - void advanceChangeNumber(); + enum Result check(WordLangTuple const &) override; + void suggest(WordLangTuple const &, docstring_list &) override; + void stem(WordLangTuple const &, docstring_list &) override {} + void insert(WordLangTuple const &) override; + void remove(WordLangTuple const &) override; + void accept(WordLangTuple const &) override; + bool hasDictionary(Language const * lang) const override; + int numDictionaries() const override; + bool canCheckParagraph() const override { return true; } + int numMisspelledWords() const override; + void misspelledWord(int index, int & start, int & length) const override; + docstring const error() override; + void advanceChangeNumber() override; //@} private: