X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fintl.h;h=fe7ae6a89dd1ec13a02f7f027783861bfa80dc68;hb=55ded55ccfede99816c92de009d82c245ab69514;hp=0180c84b1ee40b22da2e381d341aaf5b5851ed90;hpb=236ea81bc5c0ce7101c9460d1ee97b8f3c9be9df;p=lyx.git diff --git a/src/intl.h b/src/intl.h index 0180c84b1e..fe7ae6a89d 100644 --- a/src/intl.h +++ b/src/intl.h @@ -15,7 +15,6 @@ #ifndef INTL_H #define INTL_H -#include "support/std_string.h" #include "trans_mgr.h" @@ -58,9 +57,9 @@ private: /// is key mapping enabled ? bool keymapon; /// the primary language keymap - string & prim_lang; + std::string & prim_lang; /// the secondary language keymap - string & sec_lang; + std::string & sec_lang; /// the translation manager TransManager trans; };