X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a24aff654fb10971e82abccc1b56217d556d447b..5109ae5d178fb4025c6b92bb2f840c07dae99a82:/src/cocoa/region.cpp diff --git a/src/cocoa/region.cpp b/src/cocoa/region.cpp index 260565f5fe..202b1dc76b 100644 --- a/src/cocoa/region.cpp +++ b/src/cocoa/region.cpp @@ -96,6 +96,14 @@ wxRegion::wxRegion() { } +wxRegion::wxRegion(wxCoord x, wxCoord y, wxCoord w, wxCoord h) +{ +} + +wxRegion::wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight) +{ +} + wxRegionIterator::wxRegionIterator() { }