]> git.saurik.com Git - wxWidgets.git/commitdiff
unified Carbon/Classic and Session/Port printing member name
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 6 Jan 2002 15:43:29 +0000 (15:43 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 6 Jan 2002 15:43:29 +0000 (15:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/dcprint.h

index 05d8d6ac9128b6aef45c16001ca62891240fbca7..fa2c71273bf61d6d74613d42acf17dc9870b765c 100644 (file)
@@ -33,16 +33,8 @@ class WXDLLEXPORT wxPrinterDC: public wxDC
     virtual void EndDoc(void) ;
     virtual void StartPage(void) ;
     virtual void EndPage(void) ;
- protected :
- #if TARGET_CARBON
-    #if PM_USE_SESSION_APIS
-      void*         m_macPrintSession;
-    #else
-      void*         m_macPrintPort ;
-    #endif
- #else
-      void*        m_macPrintPort ;
- #endif
+ protected:
+      void*         m_macPrintSessionPort ;
       wxPrintData   m_printData ;
 #endif // wxUSE_PRINTING_ARCHITECTURE
 };