]> git.lyx.org Git - lyx.git/blobdiff - src/PrinterParams.h
* do not ignore "requires" field in MathMacro
[lyx.git] / src / PrinterParams.h
index 32f468d02f16a8edda84b7a80e44adf4d2a3ae28..23690ec06b489aff27a9d3b601cf4799f58a1f38 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
@@ -90,4 +93,7 @@ public:
        PrinterParams(PrinterParams const & pp);
 };
 
+
+} // namespace lyx
+
 #endif