X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fpspell.h;h=44071dc3e17d3647949aab433ed0cb21deef3c2d;hb=b9aa557b359463dfb0a2132b665570c8d1e5d605;hp=3323e8a769c674ed576157289b48baf6eee2408d;hpb=1b264d6f7dd66d3824c2dd4649cf5b0cd2e3fe48;p=lyx.git diff --git a/src/pspell.h b/src/pspell.h index 3323e8a769..44071dc3e1 100644 --- a/src/pspell.h +++ b/src/pspell.h @@ -17,11 +17,14 @@ #include + class PspellManager; class PspellStringEmulation; class PspellCanHaveError; class PspellConfig; +namespace lyx { + class BufferParams; @@ -50,10 +53,10 @@ public: virtual void accept(WordLangTuple const &); /// return the next near miss after a SUGGESTED_WORDS result - virtual std::string const nextMiss(); + virtual docstring const nextMiss(); /// give an error message on messy exit - virtual std::string const error(); + virtual docstring const error(); private: /// add a manager of the given language @@ -75,4 +78,7 @@ private: PspellCanHaveError * spell_error_object; }; -#endif // PSPELL_H + +} // namespace lyx + +#endif // LYX_PSPELL_H