X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftrans_decl.h;h=5e8899234388132d058021fca826523e60122881;hb=93cba756296858deb056d98891d839c8e3898c67;hp=85d39e0045fc3c4d00c228add2702594916102b6;hpb=27de1486ca34aaad446adb798d71a77d6f6304da;p=lyx.git diff --git a/src/trans_decl.h b/src/trans_decl.h index 85d39e0045..5e88992343 100644 --- a/src/trans_decl.h +++ b/src/trans_decl.h @@ -7,7 +7,7 @@ struct Keyexc { char c; /* character to make exception */ - LString data; /* exception data */ + string data; /* exception data */ Keyexc *next; bool combined; // Combination with another deadkey tex_accent accent; // The accent combined with @@ -21,9 +21,9 @@ typedef Keyexc *KmodException; // struct KmodInfo { - LString data; + string data; tex_accent accent; - LString allowed; + string allowed; KmodException exception_list; KmodInfo(const KmodInfo&);