X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FSpellChecker.h;h=dd13a76da7eb90b6240139b29dba489fe6661645;hb=c41f9f7ed7a890523acd387868472080d0c68df2;hp=425925ce373c6a100e0f06cf37d9c4cb9076bda1;hpb=a7caeda68318e91b270de43cbf5a10c6d90f0962;p=lyx.git diff --git a/src/SpellChecker.h b/src/SpellChecker.h index 425925ce37..dd13a76da7 100644 --- a/src/SpellChecker.h +++ b/src/SpellChecker.h @@ -47,6 +47,8 @@ public: NO_DICTIONARY }; + SpellChecker() : change_number_(0) {} + virtual ~SpellChecker() {} /// does the spell check failed @@ -79,7 +81,7 @@ public: /// how many valid dictionaries were found virtual int numDictionaries() const = 0; - + /// if speller can spell check whole paragraph return true virtual bool canCheckParagraph() const { return false; }