]> git.lyx.org Git - lyx.git/blobdiff - src/pspell.h
Fix encoding of converters path and arguments
[lyx.git] / src / pspell.h
index f5e6b2395047158c7962bd48d37dde0456d69563..44071dc3e17d3647949aab433ed0cb21deef3c2d 100644 (file)
 
 #include <map>
 
+
 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 lyx::docstring const error();
+       virtual docstring const error();
 
 private:
        /// add a manager of the given language
@@ -75,4 +78,7 @@ private:
        PspellCanHaveError * spell_error_object;
 };
 
+
+} // namespace lyx
+
 #endif // LYX_PSPELL_H