clang compat.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -303,7 +303,7 @@ wxRegionContain wxRegion::DoContainsPoint(wxCoord x, wxCoord y) const
|
||||
if (!m_refData)
|
||||
return wxOutRegion;
|
||||
|
||||
CGPoint p = { x, y } ;
|
||||
CGPoint p = CGPointMake( x, y ) ;
|
||||
if (HIShapeContainsPoint( M_REGION , &p ) )
|
||||
return wxInRegion;
|
||||
|
||||
|
Reference in New Issue
Block a user