X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8f884a0dccd6b642f35c441ac9bfc87a6d5b4d35..19c7ac3d3bf1ac2113505a805a79c40ce3db1f5b:/include/wx/generic/region.h diff --git a/include/wx/generic/region.h b/include/wx/generic/region.h index 7a6dc2473f..0dc9494316 100644 --- a/include/wx/generic/region.h +++ b/include/wx/generic/region.h @@ -12,7 +12,7 @@ #ifndef _WX_GENERIC_REGION_H__ #define _WX_GENERIC_REGION_H__ -class WXDLLEXPORT wxRegionGeneric : public wxRegionBase +class WXDLLIMPEXP_CORE wxRegionGeneric : public wxRegionBase { public: wxRegionGeneric(wxCoord x, wxCoord y, wxCoord w, wxCoord h); @@ -45,7 +45,7 @@ protected: friend class WXDLLIMPEXP_FWD_CORE wxRegionIteratorGeneric; }; -class WXDLLEXPORT wxRegionIteratorGeneric : public wxObject +class WXDLLIMPEXP_CORE wxRegionIteratorGeneric : public wxObject { public: wxRegionIteratorGeneric();