X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2Fforms_gettext.h;h=65a1318cae911ff126abcf9c648b75ba4f927192;hb=d5443737342903de489d527802cd2cdd38987d74;hp=52aa7643c42bf17f491232ecd4b6c1dfb2898417;hpb=0be0fcfd5907d448cd51addf83ed7032719a0692;p=lyx.git diff --git a/src/frontends/xforms/forms_gettext.h b/src/frontends/xforms/forms_gettext.h index 52aa7643c4..65a1318cae 100644 --- a/src/frontends/xforms/forms_gettext.h +++ b/src/frontends/xforms/forms_gettext.h @@ -12,13 +12,18 @@ #ifndef FORMS_GETTEXT_H #define FORMS_GETTEXT_H +#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