Stub for wxRegion constructor taking a wxRect

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott 2003-07-29 02:26:09 +00:00
parent 7cc284529a
commit cf6e135c04

View 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)
{
}