From 5a0c7d664e3f94655a6446b656eb77d9769a32df Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 11 Feb 2008 20:51:24 +0000 Subject: [PATCH] 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 --- include/wx/weakref.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.45.2