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
This commit is contained in:
Gilles Depeyrot
2002-01-06 15:43:29 +00:00
parent fa9d617ba4
commit bcaba9a036

View File

@@ -34,15 +34,7 @@ class WXDLLEXPORT wxPrinterDC: public wxDC
virtual void StartPage(void) ; virtual void StartPage(void) ;
virtual void EndPage(void) ; virtual void EndPage(void) ;
protected: protected:
#if TARGET_CARBON void* m_macPrintSessionPort ;
#if PM_USE_SESSION_APIS
void* m_macPrintSession;
#else
void* m_macPrintPort ;
#endif
#else
void* m_macPrintPort ;
#endif
wxPrintData m_printData ; wxPrintData m_printData ;
#endif // wxUSE_PRINTING_ARCHITECTURE #endif // wxUSE_PRINTING_ARCHITECTURE
}; };