X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgettext.h;h=7cb097af487d089f9b1170f9c0854dfec5e85c6b;hb=c688967bc365872241697371e7bd12e2b5217028;hp=daeb9ce5e7a24750f2a3f185ad04d71fb713e411;hpb=0be0fcfd5907d448cd51addf83ed7032719a0692;p=lyx.git diff --git a/src/gettext.h b/src/gettext.h index daeb9ce5e7..7cb097af48 100644 --- a/src/gettext.h +++ b/src/gettext.h @@ -1,6 +1,6 @@ // -*- C++ -*- /** - * \file gettext.h + * \file src/gettext.h * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * @@ -13,6 +13,8 @@ #ifndef GETTEXT_H #define GETTEXT_H +#include + /* * Native Language Support * @@ -41,12 +43,11 @@ * Panic/fatal (that should not happen) messages need not be translated */ -#include "LString.h" //#ifdef ENABLE_NLS /// -string const _(string const &); +std::string const _(std::string const &); //#else // ENABLE_NLS