]> git.lyx.org Git - lyx.git/blobdiff - src/PrinterParams.h
Fixed some lines that were too long. It compiled afterwards.
[lyx.git] / src / PrinterParams.h
index 32f468d02f16a8edda84b7a80e44adf4d2a3ae28..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,7 +73,7 @@ public:
        // bool duplex;
 
        /** Test that all the fields contain valid entries.  It's unlikely
-           that the internal code will get this wrong however new ports 
+           that the internal code will get this wrong however new ports
            and external scripts might drive the wrong values in.
         */
        void testInvariant() const;
@@ -90,4 +93,7 @@ public:
        PrinterParams(PrinterParams const & pp);
 };
 
+
+} // namespace lyx
+
 #endif