X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftrans_decl.h;h=cd5da79e551e1f87f3206f4c23a455a46f3ed353;hb=6c2e78e12855d8661eb289ded3dc8722748863b8;hp=86609d94e85c0df8cd04fb2a59b1fc41516dbfc2;hpb=0be0fcfd5907d448cd51addf83ed7032719a0692;p=lyx.git diff --git a/src/trans_decl.h b/src/trans_decl.h index 86609d94e8..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 "LString.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; ///