git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57931
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
m_refData = new wxRegionRefData(rect.x , rect.y , rect.width , rect.height);
}
m_refData = new wxRegionRefData(rect.x , rect.y , rect.width , rect.height);
}
-wxRegion::wxRegion(size_t n, const wxPoint *points, int WXUNUSED(fillStyle))
+wxRegion::wxRegion(size_t n, const wxPoint *points, wxPolygonFillMode WXUNUSED(fillStyle))
{
wxUnusedVar(n);
wxUnusedVar(points);
{
wxUnusedVar(n);
wxUnusedVar(points);