]> git.lyx.org Git - lyx.git/blobdiff - src/sp_spell.C
Fix working of the spellchecker dialog with ispell when there are no
[lyx.git] / src / sp_spell.C
index 33db1f4cfa1a848713618916fafb7752946bc23e..40d54da87370c73fdec641a50ee12572900ec24c 100644 (file)
@@ -74,12 +74,12 @@ extern void sigchldchecker(pid_t pid, int * status);
 
 
 PSpell::PSpell() 
-       : els(0), sc(0), spell_error_object(0), flag(ISP_UNKNOWN)
+       : sc(0), els(0), spell_error_object(0), flag(ISP_UNKNOWN)
 {
 }
 
 PSpell::PSpell(BufferParams const & params, string const & lang)
-       : els(0), sc(0), spell_error_object(0), flag(ISP_UNKNOWN)
+       : sc(0), els(0), spell_error_object(0), flag(ISP_UNKNOWN)
 {
        initialize(params, lang);
 }