git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32449
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
CGContextRef cgContext ;
#if wxMAC_USE_CORE_GRAPHICS
- cgContext = (wxMacCGContext*)(dc.GetGraphicContext())->GetNativeContext() ;
+ cgContext = ((wxMacCGContext*)(dc.GetGraphicContext()))->GetNativeContext() ;
#else
Rect bounds ;
GetPortBounds( (CGrafPtr) dc.m_macPort , &bounds ) ;
{
CGContextRef cgContext ;
#if wxMAC_USE_CORE_GRAPHICS
- cgContext = (wxMacCGContext*)(dc.GetGraphicContext())->GetNativeContext() ;
+ cgContext = ((wxMacCGContext*)(dc.GetGraphicContext()))->GetNativeContext() ;
#else
Rect bounds ;
GetPortBounds( (CGrafPtr) dc.m_macPort , &bounds ) ;