From: Paul Cornett Date: Sat, 21 Oct 2006 17:46:33 +0000 (+0000) Subject: wxGraphicContext --> wxGraphicsContext X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fd8bb4662a1846591233cc4b99c6e7d9c2920e33 wxGraphicContext --> wxGraphicsContext git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/carbon/dc.h b/include/wx/mac/carbon/dc.h index 29565e6d13..2b40a0daa0 100644 --- a/include/wx/mac/carbon/dc.h +++ b/include/wx/mac/carbon/dc.h @@ -243,7 +243,7 @@ public: } #if wxMAC_USE_CORE_GRAPHICS - wxGraphicContext* GetGraphicContext() { return m_graphicContext; } + wxGraphicsContext* GetGraphicsContext() { return m_graphicContext; } #else WXHRGN MacGetCurrentClipRgn() { return m_macCurrentClipRgn; } static void MacSetupBackgroundForCurrentPort(const wxBrush& background ); @@ -344,7 +344,7 @@ public: WXHDC m_macPort; #if wxMAC_USE_CORE_GRAPHICS - wxGraphicContext *m_graphicContext; + wxGraphicsContext *m_graphicContext; #else void MacInstallPen() const; void MacInstallBrush() const;