]> git.lyx.org Git - lyx.git/blobdiff - src/SpellChecker.h
Makefile for Arabi beamer
[lyx.git] / src / SpellChecker.h
index 425925ce373c6a100e0f06cf37d9c4cb9076bda1..dd13a76da7eb90b6240139b29dba489fe6661645 100644 (file)
@@ -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; }