X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftrans_decl.h;h=3eae0166695ec70a3332c7f1621c4b94c1291b68;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=a916fb92d5fd3490c8308920a6851dee15a9148f;hpb=0f9678630c661df5e3376c16cab3a5b2824871e9;p=lyx.git diff --git a/src/trans_decl.h b/src/trans_decl.h index a916fb92d5..3eae016669 100644 --- a/src/trans_decl.h +++ b/src/trans_decl.h @@ -15,8 +15,8 @@ #include "tex-accent.h" -#include "support/std_string.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; ///