]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/region.h
Cast for argument to delete[] - VC6 doesn't want to delete a const pointer
[wxWidgets.git] / include / wx / mac / carbon / region.h
index ba2a0ae5d03e8419a06d535eae39f8e78e6b056a..480109a8ee644169f061fa849c79ad28ab764449 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "wx/list.h"
 
-class WXDLLEXPORT wxRegion : public wxRegionWithCombine
+class WXDLLIMPEXP_CORE wxRegion : public wxRegionWithCombine
 {
 public:
     wxRegion(long x, long y, long w, long h);
@@ -43,6 +43,9 @@ public:
     const WXHRGN GetWXHRGN() const ;
 
 protected:
+    virtual wxGDIRefData *CreateGDIRefData() const;
+    virtual wxGDIRefData *CloneGDIRefData(const wxGDIRefData *data) const;
+
     virtual bool DoIsEqual(const wxRegion& region) const;
     virtual bool DoGetBox(wxCoord& x, wxCoord& y, wxCoord& w, wxCoord& h) const;
     virtual wxRegionContain DoContainsPoint(wxCoord x, wxCoord y) const;
@@ -56,7 +59,7 @@ private:
     friend class WXDLLIMPEXP_FWD_CORE wxRegionIterator;
 };
 
-class WXDLLEXPORT wxRegionIterator : public wxObject
+class WXDLLIMPEXP_CORE wxRegionIterator : public wxObject
 {
 public:
     wxRegionIterator();