diff --git a/src/generic/listctrl.cpp b/src/generic/listctrl.cpp index 42d424b258..123617a9f0 100644 --- a/src/generic/listctrl.cpp +++ b/src/generic/listctrl.cpp @@ -1931,7 +1931,7 @@ wxListItem::wxListItem(void) IMPLEMENT_DYNAMIC_CLASS(wxListEvent, wxCommandEvent) -wxListEvent::wxListEvent( WXTYPE commandType, int id ): +wxListEvent::wxListEvent( wxEventType commandType, int id ): wxCommandEvent( commandType, id ) { m_code = 0;