]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/region.h
use wxTextEntry in wxTextValidator (modified patch 1821743)
[wxWidgets.git] / include / wx / msw / region.h
index e9463fdd1389e51061a9570d42b2dbf66886e0ef..97203acb3f772625c8c7169533e1e98c723fb0ae 100644 (file)
@@ -21,6 +21,7 @@ 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 +31,7 @@ public:
     {
         Union(bmp, transColour, tolerance);
     }
+#endif // wxUSE_IMAGE
 
     virtual ~wxRegion();