]> git.lyx.org Git - lyx.git/blobdiff - src/client/gettext.C
unneeded header
[lyx.git] / src / client / gettext.C
index 2f08de503833626e30be66e33c614ec3cd3fe1d3..409b9271daba32e1445edeb4fcb37c637a9893be 100644 (file)
@@ -15,6 +15,9 @@
 #include "messages.h"
 
 
+namespace lyx {
+
+
 #ifdef HAVE_LOCALE_H
 #  include <locale.h>
 #endif
@@ -34,7 +37,7 @@ Messages & getLyXMessages()
 } // anon namespace
 
 
-string const _(string const & str)
+docstring const _(string const & str)
 {
        return getLyXMessages().get(str);
 }
@@ -59,3 +62,6 @@ void locale_init()
 }
 
 #endif
+
+
+} // namespace lyx