]> git.lyx.org Git - lyx.git/blobdiff - src/intl.h
fix bug 2139 (creation of two consecutives, but different script insets)
[lyx.git] / src / intl.h
index 0180c84b1ee40b22da2e381d341aaf5b5851ed90..fe7ae6a89dd1ec13a02f7f027783861bfa80dc68 100644 (file)
@@ -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;
 };