X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftrans_decl.h;h=a9b6de44e55f1faaf3bd33771120a426abd3b237;hb=27290f151b160dd4763a41976af3451755cd03cf;hp=df36f7cb0d46430b930ef4f72f4ee2910d1e365c;hpb=797d87b4513088a66b17c7ac653b84e36ea80458;p=lyx.git diff --git a/src/trans_decl.h b/src/trans_decl.h index df36f7cb0d..a9b6de44e5 100644 --- a/src/trans_decl.h +++ b/src/trans_decl.h @@ -5,13 +5,15 @@ #include "LString.h" #include "tex-accent.h" +#include + + /// struct Keyexc { /// character to make exception char c; /// exception data string data; - Keyexc * next; /// Combination with another deadkey bool combined; /// The accent comined with @@ -19,7 +21,7 @@ struct Keyexc { }; /// -typedef Keyexc * KmodException; +typedef std::list KmodException; /// struct KmodInfo { @@ -28,8 +30,6 @@ struct KmodInfo { /// tex_accent accent; /// - string allowed; - /// KmodException exception_list; /// KmodInfo();