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
This commit is contained in:
@@ -431,7 +431,7 @@ protected:
|
|||||||
// helper array used by ProcessPendingEvents()
|
// helper array used by ProcessPendingEvents()
|
||||||
// wxEvtHandlerArray m_handlersWithPendingDelayedEvents; FIXME: enable this and remove global lists
|
// 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
|
// the application object is a singleton anyhow, there is no sense in
|
||||||
// copying it
|
// copying it
|
||||||
|
Reference in New Issue
Block a user