X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d6b9496a96223cc5164e5785485d7d622fd9b5e6..59840ba3b16e4baf3228dd79c6b7ae40b55cf488:/include/wx/generic/printps.h diff --git a/include/wx/generic/printps.h b/include/wx/generic/printps.h index f02bd11d10..5934eaf40a 100644 --- a/include/wx/generic/printps.h +++ b/include/wx/generic/printps.h @@ -19,6 +19,8 @@ #include "wx/prntbase.h" +#if wxUSE_PRINTING_ARCHITECTURE + // ---------------------------------------------------------------------------- // Represents the printer: manages printing a wxPrintout object // ---------------------------------------------------------------------------- @@ -62,5 +64,7 @@ private: void Init(wxPrintout *printout, wxPrintout *printoutForPrinting); }; +#endif + #endif // __PRINTPSH__