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:
parent
a842a96e24
commit
39348a9631
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user