]> git.saurik.com Git - wxWidgets.git/commitdiff
second part of Markus' BC++ fix
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 3 Apr 2001 16:07:57 +0000 (16:07 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 3 Apr 2001 16:07:57 +0000 (16:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9653 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/event.h

index 9e773f31d14a53a2b4c4391a7090ed8047e85726..933a8c4ac7ea08e563da49c1b0fa9243200a0460 100644 (file)
@@ -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