]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/region.cpp
compilation fix after r61232
[wxWidgets.git] / src / gtk / region.cpp
index a4f36170465364f929076fa3982cbe589c70a697..e58d23498df1f8236ce900112c3faf6aa460dbdf 100644 (file)
@@ -328,7 +328,7 @@ wxRegionContain wxRegion::DoContainsRect(const wxRect& r) const
 GdkRegion *wxRegion::GetRegion() const
 {
     if (!m_refData)
-        return (GdkRegion*) NULL;
+        return NULL;
 
     return M_REGIONDATA->m_region;
 }