X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8a16d7370e3cdc7d583a6f14ab11b3a1d27b73df..6afc1b46650ee234868fd4f38526e22a664b6638:/include/wx/generic/region.h diff --git a/include/wx/generic/region.h b/include/wx/generic/region.h index ea6830e167..7a6dc2473f 100644 --- a/include/wx/generic/region.h +++ b/include/wx/generic/region.h @@ -26,8 +26,8 @@ public: virtual bool IsEmpty() const; protected: - 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; @@ -42,7 +42,7 @@ protected: virtual bool DoSubtract(const wxRegion& region); virtual bool DoXor(const wxRegion& region); - friend class WXDLLEXPORT wxRegionIteratorGeneric; + friend class WXDLLIMPEXP_FWD_CORE wxRegionIteratorGeneric; }; class WXDLLEXPORT wxRegionIteratorGeneric : public wxObject