]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/event.cpp
Minor mods
[wxWidgets.git] / src / common / event.cpp
index f3a647d4a9429ce33674c1727aa129354c50a4e9..0939c4dcc259d0bccdd935781dcc549a4e63994c 100644 (file)
@@ -111,6 +111,7 @@ wxList *wxPendingEvents = (wxList *)NULL;
 // common event types are defined here, other event types are defined by the
 // components which use them
 
+DEFINE_EVENT_TYPE(wxEVT_NULL)
 DEFINE_EVENT_TYPE(wxEVT_COMMAND_BUTTON_CLICKED)
 DEFINE_EVENT_TYPE(wxEVT_COMMAND_CHECKBOX_CLICKED)
 DEFINE_EVENT_TYPE(wxEVT_COMMAND_CHOICE_SELECTED)