Change needed for when the COMPATIBILITY flags are off.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2002-09-11 01:08:02 +00:00
parent e7163afc45
commit 2936eaf046

View File

@ -782,7 +782,7 @@ void MyListCtrl::OnFocused(wxListEvent& event)
void MyListCtrl::OnListKeyDown(wxListEvent& event)
{
switch ( event.GetCode() )
switch ( event.GetKeyCode() )
{
case 'c': // colorize
case 'C':