]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cmndata.h
Applied patch [ 619705 ] Fixes wxApp::GetComCtl32Version
[wxWidgets.git] / include / wx / cmndata.h
index 45984bfb4c0602ea79cc1af57cc1f8b58d6510f4..fd68bc4c2a28f6d5ed48a6e5b2520f79ea9b8349 100644 (file)
@@ -138,6 +138,12 @@ private:
  * Encapsulates printer information (not printer dialog information)
  */
 
  * Encapsulates printer information (not printer dialog information)
  */
 
+#ifdef __WXMAC__
+
+class wxNativePrintData ;
+
+#endif
+
 class WXDLLEXPORT wxPrintData: public wxObject
 {
 public:
 class WXDLLEXPORT wxPrintData: public wxObject
 {
 public:
@@ -209,7 +215,6 @@ public:
 #elif defined(__WXMAC__)
   void ConvertToNative();
   void ConvertFromNative();
 #elif defined(__WXMAC__)
   void ConvertToNative();
   void ConvertFromNative();
-  void ValidateOrCreateNative() ;
 #endif
 
 public:
 #endif
 
 public:
@@ -217,9 +222,7 @@ public:
     void*           m_devMode;
     void*           m_devNames;
 #elif defined(__WXMAC__)
     void*           m_devMode;
     void*           m_devNames;
 #elif defined(__WXMAC__)
-    void*           m_macPageFormat ;
-    void*           m_macPrintSettings ;
-    void*                      m_macPrintSession ;
+    wxNativePrintData* m_nativePrintData ;
 #endif
 
 private:
 #endif
 
 private: