Compile fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57931 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
33ef0bdb1f
commit
1ed06824c8
@ -96,7 +96,7 @@ wxRegion::wxRegion(const wxRect& rect)
|
|||||||
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(n);
|
||||||
wxUnusedVar(points);
|
wxUnusedVar(points);
|
||||||
|
Loading…
Reference in New Issue
Block a user