]> git.lyx.org Git - lyx.git/blobdiff - src/gettext.h
Extend the navigate menu to child docs
[lyx.git] / src / gettext.h
index eaddb3253afee452a0599b106a639baa75807664..0783413b5eb6bd6a9ac8823201707180de15b480 100644 (file)
@@ -15,7 +15,8 @@
 
 #include "support/docstring.h"
 
-#include <string>
+
+namespace lyx {
 
 /*
  * Native Language Support
@@ -49,7 +50,7 @@
 //#ifdef ENABLE_NLS
 
 ///
-lyx::docstring const _(std::string const &);
+docstring const _(std::string const &);
 
 //#else // ENABLE_NLS
 
@@ -63,4 +64,7 @@ lyx::docstring const _(std::string const &);
 ///
 void locale_init();
 
+
+} // namespace lyx
+
 #endif