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