]> git.saurik.com Git - wxWidgets.git/commitdiff
use WXDLLIMPEXP_FWD_BASE instead of WXDLLIMPEXP_BASE in friend declaration
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 4 Feb 2009 21:27:33 +0000 (21:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 4 Feb 2009 21:27:33 +0000 (21:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58666 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/app.h

index 9113fbd6e10fff018e7756d37bd936928fc57cd0..278d540a1ca874efc56ea3028af5e27311bf161f 100644 (file)
@@ -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