From cf6e135c04b80763bacd724493f23084b891a366 Mon Sep 17 00:00:00 2001 From: David Elliott Date: Tue, 29 Jul 2003 02:26:09 +0000 Subject: [PATCH] Stub for wxRegion constructor taking a wxRect git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/cocoa/region.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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) { }