From e799e8d7d86a7e41fae5bf05e7e7852be3f54c2b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 4 Feb 2009 21:27:33 +0000 Subject: [PATCH] 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 --- include/wx/app.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0