X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgettext.h;h=0783413b5eb6bd6a9ac8823201707180de15b480;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=7cb097af487d089f9b1170f9c0854dfec5e85c6b;hpb=627f2c70fa6d5c75ef4dfe4e7252adc7c141e6f4;p=lyx.git diff --git a/src/gettext.h b/src/gettext.h index 7cb097af48..0783413b5e 100644 --- a/src/gettext.h +++ b/src/gettext.h @@ -13,7 +13,10 @@ #ifndef GETTEXT_H #define GETTEXT_H -#include +#include "support/docstring.h" + + +namespace lyx { /* * Native Language Support @@ -47,7 +50,7 @@ //#ifdef ENABLE_NLS /// -std::string const _(std::string const &); +docstring const _(std::string const &); //#else // ENABLE_NLS @@ -61,4 +64,7 @@ std::string const _(std::string const &); /// void locale_init(); + +} // namespace lyx + #endif