]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/region.h
add compatible FindOrCreateBrush(wxColour, int) (also fixes wxMotif compilation)
[wxWidgets.git] / include / wx / mgl / region.h
index 35f3137f340ebc01a751c7d728cb8a1d134470a0..838ba5e118fa41a49db63a4799383bc0c550767a 100644 (file)
@@ -44,9 +44,8 @@ public:
     const MGLRegion& GetMGLRegion() const;
 
 protected:
     const MGLRegion& GetMGLRegion() const;
 
 protected:
-    // ref counting code
-    virtual wxObjectRefData *CreateRefData() const;
-    virtual wxObjectRefData *CloneRefData(const wxObjectRefData *data) const;
+    virtual wxGDIRefData *CreateGDIRefData() const;
+    virtual wxGDIRefData *CloneGDIRefData(const wxGDIRefData *data) const;
 
     // wxRegionBase pure virtuals
     virtual bool DoIsEqual(const wxRegion& region) const;
 
     // wxRegionBase pure virtuals
     virtual bool DoIsEqual(const wxRegion& region) const;
@@ -63,7 +62,7 @@ protected:
 
 private:
     DECLARE_DYNAMIC_CLASS(wxRegion);
 
 private:
     DECLARE_DYNAMIC_CLASS(wxRegion);
-    friend class WXDLLEXPORT wxRegionIterator;
+    friend class WXDLLIMPEXP_FWD_CORE wxRegionIterator;
 };
 
 
 };