]> git.lyx.org Git - lyx.git/blobdiff - src/PrinterParams.h
Fix bug 3171: switching document jumps always back to last saved bookmark
[lyx.git] / src / PrinterParams.h
index c31ec1a7418f41bc5d5296347db762050dd00402..6ae9aa9be8678900ce32a3c3d904d52a9a72efc8 100644 (file)
 #ifndef PRINTERPARAMS_H
 #define PRINTERPARAMS_H
 
-#include "lyxrc.h"
+#include "LyXRC.h"
+
+
+namespace lyx {
 
 /**
   This class contains (or should contain) all the parameters required for
@@ -70,9 +73,8 @@ public:
        // bool duplex;
 
        /** Test that all the fields contain valid entries.  It's unlikely
-           that the internal code will get this wrong (at least for the
-           xforms code anyway) however new ports and external scripts
-           might drive the wrong values in.
+           that the internal code will get this wrong however new ports
+           and external scripts might drive the wrong values in.
         */
        void testInvariant() const;
        ///
@@ -91,4 +93,7 @@ public:
        PrinterParams(PrinterParams const & pp);
 };
 
+
+} // namespace lyx
+
 #endif