X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8a16d7370e3cdc7d583a6f14ab11b3a1d27b73df..8257d7cd478c54532cc7d8fd0ace9faf5e9efb23:/include/wx/generic/region.h diff --git a/include/wx/generic/region.h b/include/wx/generic/region.h index ea6830e167..e82714abcd 100644 --- a/include/wx/generic/region.h +++ b/include/wx/generic/region.h @@ -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