]> git.lyx.org Git - lyx.git/blobdiff - src/PrinterParams.h
hopefully fix tex2lyx linking.
[lyx.git] / src / PrinterParams.h
index 32f468d02f16a8edda84b7a80e44adf4d2a3ae28..042a083d0f10f0368e9957479ceeac713a02b0cb 100644 (file)
@@ -14,6 +14,9 @@
 
 #include "lyxrc.h"
 
+
+namespace lyx {
+
 /**
   This class contains (or should contain) all the parameters required for
   printing a buffer.  Some work still needs to be done on this class and
@@ -90,4 +93,7 @@ public:
        PrinterParams(PrinterParams const & pp);
 };
 
+
+} // namespace lyx
+
 #endif