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:
@@ -36,7 +36,7 @@ class WXDLLEXPORT wxPrinterDC: public wxDC
|
|||||||
protected :
|
protected :
|
||||||
#if TARGET_CARBON
|
#if TARGET_CARBON
|
||||||
#if PM_USE_SESSION_APIS
|
#if PM_USE_SESSION_APIS
|
||||||
PMPrintSession m_macPrintPort ;
|
PMPrintSession m_macPrintSession;
|
||||||
#else
|
#else
|
||||||
PMPrintContext m_macPrintPort ;
|
PMPrintContext m_macPrintPort ;
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user