]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/region.h
Ensure that the progress dialog parent is activated at the end under MSW.
[wxWidgets.git] / include / wx / gtk / region.h
index 9fbbba8ea2eaf376925ea0b499f43ef8915cee77..a00a0af6740924bae69db12ddad1c6401db99d8c 100644 (file)
@@ -122,13 +122,11 @@ private:
     void Init();
     void CreateRects( const wxRegion& r );
 
-    size_t   m_current;
     wxRegion m_region;
-
     wxRect *m_rects;
-    size_t  m_numRects;
+    int m_numRects;
+    int m_current;
 
-private:
     DECLARE_DYNAMIC_CLASS(wxRegionIterator)
 };