X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8a16d7370e3cdc7d583a6f14ab11b3a1d27b73df..42eba91294e1c374908b63bdc5f22a5c4c29f110:/include/wx/palmos/region.h?ds=inline diff --git a/include/wx/palmos/region.h b/include/wx/palmos/region.h index 96950f07a8..8a7479bbe6 100644 --- a/include/wx/palmos/region.h +++ b/include/wx/palmos/region.h @@ -21,6 +21,8 @@ public: wxRegion(const wxRect& rect); wxRegion(WXHRGN hRegion); // Hangs on to this region wxRegion(size_t n, const wxPoint *points, int fillStyle = wxODDEVEN_RULE ); + +#if wxUSE_IMAGE wxRegion( const wxBitmap& bmp) { Union(bmp); @@ -30,6 +32,7 @@ public: { Union(bmp, transColour, tolerance); } +#endif virtual ~wxRegion();