X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftrans_decl.h;h=9d6aa5b467d92f9983944f854d5721cbc324709a;hb=ba62665f966508db5a4de6864f4aa7374c5a5356;hp=3eae0166695ec70a3332c7f1621c4b94c1291b68;hpb=44cd0fc9a1687cc63911c7f98d978594458e7813;p=lyx.git diff --git a/src/trans_decl.h b/src/trans_decl.h index 3eae016669..9d6aa5b467 100644 --- a/src/trans_decl.h +++ b/src/trans_decl.h @@ -19,6 +19,9 @@ #include +namespace lyx { + + /// struct Keyexc { /// character to make exception @@ -35,7 +38,8 @@ struct Keyexc { typedef std::list KmodException; /// -struct KmodInfo { +class KmodInfo { +public: /// std::string data; /// @@ -46,4 +50,7 @@ struct KmodInfo { KmodInfo(); }; + +} // namespace lyx + #endif