X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftrans_decl.h;h=a9b6de44e55f1faaf3bd33771120a426abd3b237;hb=27290f151b160dd4763a41976af3451755cd03cf;hp=d26f05cecfdf58571b30d067b5fd05900187a5d6;hpb=6396f9a204bfa7a154729dfaa17dc7abc619f7d0;p=lyx.git diff --git a/src/trans_decl.h b/src/trans_decl.h index d26f05cecf..a9b6de44e5 100644 --- a/src/trans_decl.h +++ b/src/trans_decl.h @@ -5,14 +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 @@ -20,7 +21,7 @@ struct Keyexc { }; /// -typedef Keyexc * KmodException; +typedef std::list KmodException; /// struct KmodInfo { @@ -28,10 +29,6 @@ struct KmodInfo { string data; /// tex_accent accent; -#if 0 - /// - string allowed; -#endif /// KmodException exception_list; ///