]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed event type parameter
authorKarsten Ballüder <ballueder@usa.net>
Mon, 29 Jun 1998 12:18:42 +0000 (12:18 +0000)
committerKarsten Ballüder <ballueder@usa.net>
Mon, 29 Jun 1998 12:18:42 +0000 (12:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/listctrl.cpp

index 42d424b258466766d836d414226d2cc198afaeff..123617a9f092cdaa1a94048575ec4a454e61644b 100644 (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;