X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsp_pspell.h;h=5cd0266a821f386a7555b609042999438754dcc8;hb=06f9f0ea08ddcf13e99ea02cff21471aa2020c9e;hp=8d01c45a943d19ba151d21125aaa4e7a9edc36ef;hpb=4b07057b7eaf1b91da715f4f266f1395f7d9bf7c;p=lyx.git diff --git a/src/sp_pspell.h b/src/sp_pspell.h index 8d01c45a94..5cd0266a82 100644 --- a/src/sp_pspell.h +++ b/src/sp_pspell.h @@ -15,9 +15,9 @@ class PSpell : public SpellBase public: PSpell(); - + PSpell(BufferParams const & params, string const & lang); - + ~PSpell(); /// initialize spell checker @@ -40,15 +40,15 @@ class PSpell : public SpellBase /// store replacement void store(string const & mis, string const & cor); - + char const * nextMiss(); char const * error(); - + private: PspellManager * sc; - + PspellStringEmulation * els; PspellCanHaveError * spell_error_object; @@ -59,7 +59,5 @@ class PSpell : public SpellBase bool alive_; }; - -#endif - +#endif