fixed event type parameter

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder 1998-06-29 12:18:42 +00:00
parent 780d37acc7
commit 8f79098a04

View File

@ -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;