]> git.lyx.org Git - lyx.git/blobdiff - src/SpellBase.C
cleanup after svn hang-up, #undef CursorShape. Should be compilable ganin now.
[lyx.git] / src / SpellBase.C
index 7b5b04e1bfbf176e6228f3028ea00f9d01c0c994..3ae16cde96ed256499789d36993e8e9fae57798c 100644 (file)
@@ -14,6 +14,8 @@
 #include "SpellBase.h"
 #include "gettext.h"
 
+using lyx::docstring;
+
 using std::string;
 
 
@@ -43,7 +45,7 @@ string const SpellBase::nextMiss()
 }
 
 
-string const SpellBase::error()
+docstring const SpellBase::error()
 {
        return _("Native OS API not yet supported.");
 }