X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftrans_decl.h;h=3eae0166695ec70a3332c7f1621c4b94c1291b68;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=57ff760d76985791608063257c3cf7255e85f364;hpb=236ea81bc5c0ce7101c9460d1ee97b8f3c9be9df;p=lyx.git diff --git a/src/trans_decl.h b/src/trans_decl.h index 57ff760d76..3eae016669 100644 --- a/src/trans_decl.h +++ b/src/trans_decl.h @@ -13,10 +13,10 @@ #ifndef TRANS_DECL_H #define TRANS_DECL_H -#include "support/std_string.h" #include "tex-accent.h" #include +#include /// @@ -24,7 +24,7 @@ struct Keyexc { /// character to make exception char c; /// exception data - string data; + std::string data; /// Combination with another deadkey bool combined; /// The accent comined with @@ -37,7 +37,7 @@ typedef std::list KmodException; /// struct KmodInfo { /// - string data; + std::string data; /// tex_accent accent; ///