X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FPrinterParams.h;h=042a083d0f10f0368e9957479ceeac713a02b0cb;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=32f468d02f16a8edda84b7a80e44adf4d2a3ae28;hpb=0be696bff0994edfb1524f7150783b0faf6d1f63;p=lyx.git diff --git a/src/PrinterParams.h b/src/PrinterParams.h index 32f468d02f..042a083d0f 100644 --- a/src/PrinterParams.h +++ b/src/PrinterParams.h @@ -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