]> git.saurik.com Git - wxWidgets.git/commitdiff
compilation fix after the previous commit
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 25 Feb 2009 21:12:47 +0000 (21:12 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 25 Feb 2009 21:12:47 +0000 (21:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59139 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/event.h

index 0d9fb86e18bd063a2bfaeda950f7d3c9d03c1ab0..ee9d6b0b20e45de71366d7ee2d0cdeb17e4cdab7 100644 (file)
@@ -3155,7 +3155,7 @@ private:
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxEvtHandler)
 };
 
-WX_DEFINE_ARRAY_WITH_DECL_PTR(wxEvtHandler *, wxEvtHandlerArray, WXDLLIMPEXP_BASE);
+WX_DEFINE_ARRAY_WITH_DECL_PTR(wxEvtHandler *, wxEvtHandlerArray, class WXDLLIMPEXP_BASE);
 
 // ----------------------------------------------------------------------------
 // wxEventConnectionRef represents all connections between two event handlers