From: Karsten Ballüder Date: Mon, 29 Jun 1998 12:18:42 +0000 (+0000) Subject: fixed event type parameter X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8f79098a0405fbaffba08b8ebac939b56479ab99 fixed event type parameter git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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;