]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrc.h
* Painter.h:
[lyx.git] / src / lyxrc.h
index 92d19715282cb24aa4ce7cc176f64eb0d30dd2bc..b47cb8fa77a5f0f1180479ee5091ee931ea3c00d 100644 (file)
 #include <iosfwd>
 #include <string>
 
+
+namespace lyx {
+
 class LyXLex;
 
 /// This contains the runtime configuration of LyX
-class LyXRC //: public noncopyable {
+class LyXRC //: public noncopyable 
 // after 1.1.6 I will use a LyXRCStruct here and then this can be made
 // noncopyable again.  For now I want to minimise changes.  ARRae 20001010
 {
@@ -139,7 +142,6 @@ public:
                RC_USE_SPELL_LIB,
                RC_VIEWDVI_PAPEROPTION,
                RC_VIEWER,
-               RC_WHEEL_JUMP,
                RC_LAST
        };
 
@@ -367,7 +369,7 @@ public:
        ///
        int label_init_length;
        ///
-       lyx::graphics::DisplayType display_graphics;
+       graphics::DisplayType display_graphics;
        ///
        bool show_banner;
        ///
@@ -413,4 +415,7 @@ public:
 extern LyXRC lyxrc;
 ///
 extern LyXRC system_lyxrc;
+
+} // namespace lyx
+
 #endif