]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/region.cpp
change wxSocketInputBasedManager::AddInput() to take a pointer to wxSocketImpl, not...
[wxWidgets.git] / src / gtk1 / region.cpp
index de01c37e53bafaed063ac15655e457b75df05eaf..ab656a06db245776325af8876ae3f514524f50a2 100644 (file)
@@ -355,7 +355,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;
 }