From: Gilles Depeyrot Date: Thu, 28 Jun 2001 06:30:09 +0000 (+0000) Subject: renamed port to session for Carbon printing X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/39348a963113e240ab67e8b3534104e3a04ff764 renamed port to session for Carbon printing git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10705 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/dcprint.h b/include/wx/mac/dcprint.h index f699f65351..b06714920c 100644 --- a/include/wx/mac/dcprint.h +++ b/include/wx/mac/dcprint.h @@ -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