X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2bda0e173844e8e0f8acf4e8ad8b5c26e5c6fe5d..da468d387db3b7e22b008bf08be2ff6b202508fb:/include/wx/msw/region.h?ds=sidebyside diff --git a/include/wx/msw/region.h b/include/wx/msw/region.h index c660a62f72..f0c9cfbcb2 100644 --- a/include/wx/msw/region.h +++ b/include/wx/msw/region.h @@ -42,6 +42,7 @@ public: wxRegion(long x, long y, long w, long h); wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight); wxRegion(const wxRect& rect); + wxRegion(WXHRGN hRegion); // Hangs on to this region wxRegion(void); ~wxRegion(void);