X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgettext.h;h=0783413b5eb6bd6a9ac8823201707180de15b480;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=eaddb3253afee452a0599b106a639baa75807664;hpb=43b77ba2d722cdb8a9437926f839c1dcbf3c0b89;p=lyx.git diff --git a/src/gettext.h b/src/gettext.h index eaddb3253a..0783413b5e 100644 --- a/src/gettext.h +++ b/src/gettext.h @@ -15,7 +15,8 @@ #include "support/docstring.h" -#include + +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