]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/region.h
Latest Updates
[wxWidgets.git] / include / wx / gtk / region.h
index 2e23876d447a0be33b85297c80be90b33277f317..ac93125bd30d9f40853b14109184ea140d24faea 100644 (file)
@@ -103,10 +103,7 @@ class wxRegion : public wxGDIObject
 
 class wxRegionIterator: public wxObject 
 {
-  DECLARE_DYNAMIC_CLASS(wxRegionIterator);
-  
-  public:
-  
+public:
     wxRegionIterator();
     wxRegionIterator(const wxRegion& region);
 
@@ -127,10 +124,12 @@ class wxRegionIterator: public wxObject
     long GetHeight() const { return GetH(); }
     wxRect GetRect() const { return wxRect(GetX(), GetY(), GetWidth(), GetHeight()); }
 
-  private:
-  
-   long       m_current;
-   wxRegion   m_region;
+private:
+    long       m_current;
+    wxRegion   m_region;
+
+private:
+    DECLARE_DYNAMIC_CLASS(wxRegionIterator);
 };