X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af49c4b8a2d3553e733e71c7dd3911881f4c1a2a..6444e22daa9f3ff357ea57d3f18fb92fec24d003:/include/wx/cmndata.h diff --git a/include/wx/cmndata.h b/include/wx/cmndata.h index d1aed4df34..fd68bc4c2a 100644 --- a/include/wx/cmndata.h +++ b/include/wx/cmndata.h @@ -138,6 +138,12 @@ private: * Encapsulates printer information (not printer dialog information) */ +#ifdef __WXMAC__ + +class wxNativePrintData ; + +#endif + class WXDLLEXPORT wxPrintData: public wxObject { public: @@ -216,11 +222,11 @@ public: void* m_devMode; void* m_devNames; #elif defined(__WXMAC__) - void* m_macPageFormat ; - void* m_macPrintSettings ; + wxNativePrintData* m_nativePrintData ; #endif private: + int m_printNoCopies; int m_printOrientation; bool m_printCollate;