X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftrans_decl.h;h=cd5da79e551e1f87f3206f4c23a455a46f3ed353;hb=6c2e78e12855d8661eb289ded3dc8722748863b8;hp=57ff760d76985791608063257c3cf7255e85f364;hpb=236ea81bc5c0ce7101c9460d1ee97b8f3c9be9df;p=lyx.git diff --git a/src/trans_decl.h b/src/trans_decl.h index 57ff760d76..cd5da79e55 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 @@ -35,9 +35,10 @@ struct Keyexc { typedef std::list KmodException; /// -struct KmodInfo { +class KmodInfo { +public: /// - string data; + std::string data; /// tex_accent accent; ///