X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsp_ispell.h;h=ceae8516c00e6e9ab4a9c6fbc39bfe6c218d5012;hb=fb424bae1b693200ba4a506b2775929d25d77be3;hp=aad831cb0f7c5fcc9a7bbdb509b6c29e60a7c557;hpb=0f18dddbd600f76e14d2e082a8bae0cf61961afe;p=lyx.git diff --git a/src/sp_ispell.h b/src/sp_ispell.h index aad831cb0f..ceae8516c0 100644 --- a/src/sp_ispell.h +++ b/src/sp_ispell.h @@ -1,6 +1,8 @@ #ifndef SP_ISPELL_H #define SP_ISPELL_H +#include + #include "sp_base.h" class BufferParams; @@ -11,8 +13,8 @@ class ISpell : public SpellBase public: enum ActualSpellChecker { - ASC_ISPELL, - ASC_ASPELL + ASC_ISPELL, + ASC_ASPELL }; ISpell();