X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d6b9496a96223cc5164e5785485d7d622fd9b5e6..6c00e46fa83e3a9c0e76a76f15522a10b3a5c67f:/include/wx/prntbase.h diff --git a/include/wx/prntbase.h b/include/wx/prntbase.h index 04ad68da24..98e4ce8f0a 100644 --- a/include/wx/prntbase.h +++ b/include/wx/prntbase.h @@ -17,6 +17,9 @@ #endif #include "wx/defs.h" + +#if wxUSE_PRINTING_ARCHITECTURE + #include "wx/event.h" #include "wx/cmndata.h" #include "wx/panel.h" @@ -64,7 +67,6 @@ public: protected: wxPrintDialogData m_printDialogData; wxPrintout* m_currentPrintout; - public: static wxWindow* sm_abortWindow; static bool sm_abortIt; @@ -368,5 +370,7 @@ private: DECLARE_EVENT_TABLE() }; +#endif // wxUSE_PRINTING_ARCHITECTURE + #endif // _WX_PRNTBASEH__