]> git.lyx.org Git - lyx.git/blobdiff - src/SpellBase.C
hopefully fix tex2lyx linking.
[lyx.git] / src / SpellBase.C
index 3fbe1751549118675853e1a84e5df594d9d87974..b8b212b6a47a87d1e1e52d6dd0cf660915756c20 100644 (file)
@@ -14,6 +14,9 @@
 #include "SpellBase.h"
 #include "gettext.h"
 
+
+namespace lyx {
+
 using std::string;
 
 
@@ -43,7 +46,10 @@ string const SpellBase::nextMiss()
 }
 
 
-string const SpellBase::error()
+docstring const SpellBase::error()
 {
-       return lyx::to_utf8(_("Native OS API not yet supported."));
+       return _("Native OS API not yet supported.");
 }
+
+
+} // namespace lyx