X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fpspell.h;h=0080348797d1762726762a8628615464f37136b5;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=f5e6b2395047158c7962bd48d37dde0456d69563;hpb=a6444784dca48da8b1f7723be12069b2e1dbb4c5;p=lyx.git diff --git a/src/pspell.h b/src/pspell.h index f5e6b23950..0080348797 100644 --- a/src/pspell.h +++ b/src/pspell.h @@ -17,6 +17,9 @@ #include + +namespace lyx { + class PspellManager; class PspellStringEmulation; class PspellCanHaveError; @@ -53,7 +56,7 @@ public: virtual std::string const nextMiss(); /// give an error message on messy exit - virtual lyx::docstring const error(); + virtual docstring const error(); private: /// add a manager of the given language @@ -75,4 +78,7 @@ private: PspellCanHaveError * spell_error_object; }; + +} // namespace lyx + #endif // LYX_PSPELL_H