]> git.saurik.com Git - wxWidgets.git/commitdiff
wxGraphicContext --> wxGraphicsContext
authorPaul Cornett <paulcor@bullseye.com>
Sat, 21 Oct 2006 17:46:33 +0000 (17:46 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Sat, 21 Oct 2006 17:46:33 +0000 (17:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/dc.h

index 29565e6d135504c18ea5515414801debfaf29c2a..2b40a0daa08c8c4a3f213d387d6bef56b25b7049 100644 (file)
@@ -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;