]> git.lyx.org Git - lyx.git/blobdiff - src/pspell.C
cleanup after svn hang-up, #undef CursorShape. Should be compilable ganin now.
[lyx.git] / src / pspell.C
index f7122650ba6eafa317d065efd8cf8bda9c8f961b..62d65e9546feef9f6638d3a20d7e889089167f46 100644 (file)
@@ -24,6 +24,8 @@ extern "C" {
 
 #include <boost/assert.hpp>
 
+using lyx::docstring;
+
 using std::endl;
 using std::string;
 
@@ -141,7 +143,7 @@ string const PSpell::nextMiss()
 }
 
 
-string const PSpell::error()
+docstring const PSpell::error()
 {
        char const * err = 0;