]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/region.h
Added missing AddBook
[wxWidgets.git] / include / wx / gtk1 / region.h
index 1b7f06cf8509f679b2f646cedcad7f0f7dd1119a..51e739c73f437c75a8448635952c0f0d7a82a85d 100644 (file)
@@ -10,7 +10,7 @@
 #ifndef _WX_GTK_REGION_H_
 #define _WX_GTK_REGION_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface
 #endif
 
@@ -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;