renamed port to session for Carbon printing

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10705 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot 2001-06-28 06:30:09 +00:00
parent a842a96e24
commit 39348a9631

View File

@ -36,7 +36,7 @@ class WXDLLEXPORT wxPrinterDC: public wxDC
protected :
#if TARGET_CARBON
#if PM_USE_SESSION_APIS
PMPrintSession m_macPrintPort ;
PMPrintSession m_macPrintSession;
#else
PMPrintContext m_macPrintPort ;
#endif