X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2Fforms_gettext.h;h=65a1318cae911ff126abcf9c648b75ba4f927192;hb=d5443737342903de489d527802cd2cdd38987d74;hp=d1ba9779d87ae8bac06afdbeb23ff2988e88cd34;hpb=08001ad6df7ebfae5e97a7ef906dedf255bf0ee0;p=lyx.git diff --git a/src/frontends/xforms/forms_gettext.h b/src/frontends/xforms/forms_gettext.h index d1ba9779d8..65a1318cae 100644 --- a/src/frontends/xforms/forms_gettext.h +++ b/src/frontends/xforms/forms_gettext.h @@ -6,22 +6,24 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMS_GETTEXT_H #define FORMS_GETTEXT_H -#ifdef __GNUG__ -#pragma interface -#endif +#include -#include "LString.h" +namespace lyx { +namespace frontend { /// Extract shortcut from "|" string -string const scex(string const &); +std::string const scex(std::string const &); /// Extract identifier from "|" string -string const idex(string const &); +std::string const idex(std::string const &); + +} // namespace frontend +} // namespace lyx #endif // FORMS_GETTEXT_H