More use of wxFALLTHROUGH in MSW code and samples
This commit is contained in:
@@ -1344,8 +1344,9 @@ void MyListCtrl::OnListKeyDown(wxListEvent& event)
|
||||
{
|
||||
InsertItemInReportView(event.GetIndex());
|
||||
}
|
||||
break;
|
||||
}
|
||||
//else: fall through
|
||||
wxFALLTHROUGH;
|
||||
|
||||
default:
|
||||
LogEvent(event, wxT("OnListKeyDown"));
|
||||
|
Reference in New Issue
Block a user