From: Vadim Zeitlin Date: Tue, 3 Apr 2001 16:07:57 +0000 (+0000) Subject: second part of Markus' BC++ fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/33e294191341e3ac4ba257a1292991f5519a564e?ds=inline second part of Markus' BC++ fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9653 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/event.h b/include/wx/event.h index 9e773f31d1..933a8c4ac7 100644 --- a/include/wx/event.h +++ b/include/wx/event.h @@ -1700,7 +1700,7 @@ typedef void (wxEvtHandler::*wxHelpEventFunction)(wxHelpEvent&); { &baseClass::sm_eventTable, &theClass::sm_eventTableEntries[0] }; \ const wxEventTableEntry theClass::sm_eventTableEntries[] = { \ -#define END_EVENT_TABLE() DECLARE_EVENT_TABLE_ENTRY( 0, 0, 0, 0, 0 ) }; +#define END_EVENT_TABLE() DECLARE_EVENT_TABLE_ENTRY( wxEVT_NULL, 0, 0, 0, 0 ) }; /* * Event table macros