wxRegionIterator();
wxRegionIterator(const wxRegion& region);
- void Reset() { m_current = 0; }
+ void Reset() { m_current = 0u; }
void Reset(const wxRegion& region);
operator bool () const;
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);