]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/region.h
fix memory leak as Dimitri suggested
[wxWidgets.git] / include / wx / gtk1 / region.h
index 7c224ab08bc8286689d2d6263abcb3dbd4d4aedb..51e739c73f437c75a8448635952c0f0d7a82a85d 100644 (file)
@@ -146,11 +146,11 @@ public:
     void Reset() { m_current = 0u; }
     void Reset(const wxRegion& region);
 
-    operator bool () const;
     bool HaveRects() const;
+    operator bool () const { return HaveRects(); }
 
-    void operator ++ ();
-    void operator ++ (int);
+    wxRegionIterator& operator ++ ();
+    wxRegionIterator operator ++ (int);
 
     wxCoord GetX() const;
     wxCoord GetY() const;