From: Vadim Zeitlin Date: Wed, 4 Feb 2009 21:27:33 +0000 (+0000) Subject: use WXDLLIMPEXP_FWD_BASE instead of WXDLLIMPEXP_BASE in friend declaration X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e799e8d7d86a7e41fae5bf05e7e7852be3f54c2b use WXDLLIMPEXP_FWD_BASE instead of WXDLLIMPEXP_BASE in friend declaration git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58666 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/app.h b/include/wx/app.h index 9113fbd6e1..278d540a1c 100644 --- a/include/wx/app.h +++ b/include/wx/app.h @@ -431,7 +431,7 @@ protected: // helper array used by ProcessPendingEvents() // wxEvtHandlerArray m_handlersWithPendingDelayedEvents; FIXME: enable this and remove global lists - friend class WXDLLIMPEXP_BASE wxEvtHandler; + friend class WXDLLIMPEXP_FWD_BASE wxEvtHandler; // the application object is a singleton anyhow, there is no sense in // copying it