X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fpspell.h;h=44071dc3e17d3647949aab433ed0cb21deef3c2d;hb=ba62665f966508db5a4de6864f4aa7374c5a5356;hp=0080348797d1762726762a8628615464f37136b5;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/pspell.h b/src/pspell.h index 0080348797..44071dc3e1 100644 --- a/src/pspell.h +++ b/src/pspell.h @@ -18,13 +18,13 @@ #include -namespace lyx { - class PspellManager; class PspellStringEmulation; class PspellCanHaveError; class PspellConfig; +namespace lyx { + class BufferParams; @@ -53,7 +53,7 @@ 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 docstring const error();