]> git.saurik.com Git - wxWidgets.git/commitdiff
Stub for wxRegion constructor taking a wxRect
authorDavid Elliott <dfe@tgwbd.org>
Tue, 29 Jul 2003 02:26:09 +0000 (02:26 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Tue, 29 Jul 2003 02:26:09 +0000 (02:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/cocoa/region.cpp

index 202b1dc76b7b390c53756b0ef3f58387e79100c4..9d6d22241263acf14e69c61bd1622ef171d60870 100644 (file)
@@ -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)
 {
 }