]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/region.h
signned/unsigned fix
[wxWidgets.git] / include / wx / gtk / region.h
index c4f58a97d773845bd66ed7f80a0b5643cdc282d3..5adf4edeb9e4e1b006f9fdaf7f330ab30cbfd3a1 100644 (file)
@@ -73,7 +73,9 @@ public:
     wxRegion( size_t n, const wxPoint *points, int fillStyle = wxODDEVEN_RULE );
     ~wxRegion();
 
-    wxRegion( const wxRegion& region ) { Ref(region); }
+    wxRegion( const wxRegion& region )
+        : wxGDIObject()
+        { Ref(region); }
     wxRegion& operator = ( const wxRegion& region ) { Ref(region); return *this; }
 
     bool Ok() const { return m_refData != NULL; }