X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fispell.h;h=3aed4d5f41ef7270e29dc2879d2355d53bd8eac5;hb=ba62665f966508db5a4de6864f4aa7374c5a5356;hp=0fe77a15bc261f46b60e92dfdb897675b36b5d71;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/ispell.h b/src/ispell.h index 0fe77a15bc..3aed4d5f41 100644 --- a/src/ispell.h +++ b/src/ispell.h @@ -47,7 +47,7 @@ public: virtual void accept(WordLangTuple const & word); /// 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(); @@ -77,6 +77,9 @@ private: boost::scoped_ptr child_; + /// iconv name of the encoding that is used to communicate with ispell + std::string encoding; + // vileness below ... please FIXME /// str ??? char * str;