From bcaba9a0363fe488590fd81535b879e8d5ba01c9 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Sun, 6 Jan 2002 15:43:29 +0000 Subject: [PATCH] unified Carbon/Classic and Session/Port printing member name git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/dcprint.h | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/include/wx/mac/dcprint.h b/include/wx/mac/dcprint.h index 05d8d6ac91..fa2c71273b 100644 --- a/include/wx/mac/dcprint.h +++ b/include/wx/mac/dcprint.h @@ -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 }; -- 2.45.2