]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/region.h
SCROLLWIN instead of SCROLL again
[wxWidgets.git] / include / wx / gtk / region.h
index 457ecbd4ddb445fe7831bc84c866a9207f2cb398..ff139cb0f5b7b8b422a7455c859819c9dcc4d606 100644 (file)
@@ -107,7 +107,7 @@ public:
     wxRegionIterator();
     wxRegionIterator(const wxRegion& region);
 
-    void Reset() { m_current = 0; }
+    void Reset() { m_current = 0u; }
     void Reset(const wxRegion& region);
 
     operator bool () const;
@@ -125,8 +125,8 @@ public:
     wxRect GetRect() const { return wxRect(GetX(), GetY(), GetWidth(), GetHeight()); }
 
 private:
-    long       m_current;
-    wxRegion   m_region;
+    size_t   m_current;
+    wxRegion m_region;
 
 private:
     DECLARE_DYNAMIC_CLASS(wxRegionIterator);