]> git.lyx.org Git - lyx.git/blobdiff - src/pspell.h
* support/qstring_helpers.h: erase ucs4_to_qstring() method.
[lyx.git] / src / pspell.h
index 0080348797d1762726762a8628615464f37136b5..44071dc3e17d3647949aab433ed0cb21deef3c2d 100644 (file)
 #include <map>
 
 
-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();