diff --git a/src/cocoa/region.cpp b/src/cocoa/region.cpp index 202b1dc76b..9d6d222412 100644 --- a/src/cocoa/region.cpp +++ b/src/cocoa/region.cpp @@ -100,6 +100,10 @@ wxRegion::wxRegion(wxCoord x, wxCoord y, wxCoord w, wxCoord h) { } +wxRegion::wxRegion(const wxRect& rect) +{ +} + wxRegion::wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight) { }