From: Vadim Zeitlin Date: Mon, 11 Feb 2008 20:51:24 +0000 (+0000) Subject: use correct WXDLLIMPEXP_FWD_CORE instead of WXDLLIMPEXP_FWD_BASE for wxWindow forward... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5a0c7d664e3f94655a6446b656eb77d9769a32df?hp=6c91ea6f898a595a27686f2f1dd4cdb633a9eb16 use correct WXDLLIMPEXP_FWD_CORE instead of WXDLLIMPEXP_FWD_BASE for wxWindow forward declaration git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51663 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/weakref.h b/include/wx/weakref.h index 73dcf5cdca..9ae506798b 100644 --- a/include/wx/weakref.h +++ b/include/wx/weakref.h @@ -305,7 +305,7 @@ protected: // Provide some basic types of weak references class WXDLLIMPEXP_FWD_BASE wxEvtHandler; -class WXDLLIMPEXP_FWD_BASE wxWindow; +class WXDLLIMPEXP_FWD_CORE wxWindow; typedef wxWeakRef wxEvtHandlerRef; typedef wxWeakRef wxWindowRef;