]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cmndata.h
We surely don't need two debugging sections,
[wxWidgets.git] / include / wx / cmndata.h
index 61f5a204bdae31d108061fd2c7acd4c98248c89d..390ec00aed0824aaf68626744312611eec19412a 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
 
@@ -218,9 +218,11 @@ public:
 #elif defined(__WXMAC__)
     void*           m_macPageFormat ;
     void*           m_macPrintSettings ;
+    void*                      m_macPrintSession ;
 #endif
 
 private:
+
     int             m_printNoCopies;
     int             m_printOrientation;
     bool            m_printCollate;