X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0ab25937686d2e1c38f62073d84b627b25dda568..6e264973e636cc41915d166cb7eddf2a7e72cf9b:/include/wx/mac/dcprint.h 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