X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fispell.h;h=3aed4d5f41ef7270e29dc2879d2355d53bd8eac5;hb=ba62665f966508db5a4de6864f4aa7374c5a5356;hp=613c9d208c7e9faa5bedf53e6461c77c0b8e8867;hpb=26460b39ee8b2c8fe88e3f2225486e1b72e59f3f;p=lyx.git diff --git a/src/ispell.h b/src/ispell.h index 613c9d208c..3aed4d5f41 100644 --- a/src/ispell.h +++ b/src/ispell.h @@ -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;