]> git.lyx.org Git - lyx.git/blobdiff - src/trans_decl.h
add config.h
[lyx.git] / src / trans_decl.h
index 3eae0166695ec70a3332c7f1621c4b94c1291b68..9d6aa5b467d92f9983944f854d5721cbc324709a 100644 (file)
@@ -19,6 +19,9 @@
 #include <string>
 
 
+namespace lyx {
+
+
 ///
 struct Keyexc {
        /// character to make exception
@@ -35,7 +38,8 @@ struct Keyexc {
 typedef std::list<Keyexc> KmodException;
 
 ///
-struct KmodInfo {
+class KmodInfo {
+public:
        ///
        std::string data;
        ///
@@ -46,4 +50,7 @@ struct KmodInfo {
        KmodInfo();
 };
 
+
+} // namespace lyx
+
 #endif