]> git.lyx.org Git - lyx.git/blobdiff - src/ispell.h
* support/qstring_helpers.h: erase ucs4_to_qstring() method.
[lyx.git] / src / ispell.h
index 0fe77a15bc261f46b60e92dfdb897675b36b5d71..3aed4d5f41ef7270e29dc2879d2355d53bd8eac5 100644 (file)
@@ -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<support::ForkedProcess> child_;
 
+       /// iconv name of the encoding that is used to communicate with ispell
+       std::string encoding;
+
        // vileness below ... please FIXME
        /// str ???
        char * str;