]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cmndata.h
Applied patch [ 736322 ] Remove TWINE support, merge it in Wine.
[wxWidgets.git] / include / wx / cmndata.h
index d1aed4df34f59d524e328a6d01c463d6e14d4012..fd68bc4c2a28f6d5ed48a6e5b2520f79ea9b8349 100644 (file)
@@ -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;