]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cmndata.h
removed DoGetSize implementation
[wxWidgets.git] / include / wx / cmndata.h
index 61f5a204bdae31d108061fd2c7acd4c98248c89d..fd68bc4c2a28f6d5ed48a6e5b2520f79ea9b8349 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_CMNDATA_H_BASE_
 #define _WX_CMNDATA_H_BASE_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "cmndata.h"
 #endif
 
@@ -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;