From 8f79098a0405fbaffba08b8ebac939b56479ab99 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Karsten=20Ball=C3=BCder?= Date: Mon, 29 Jun 1998 12:18:42 +0000 Subject: [PATCH] fixed event type parameter git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/listctrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2