Compile and build fixes for wxGTK and wxMotif
Removed somw more warnings git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@970 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -238,7 +238,7 @@ void MyTreeCtrl::OnItemCollapsing(wxTreeEvent& event)
|
||||
}
|
||||
}
|
||||
|
||||
void MyTreeCtrl::OnKeyDown(wxTreeEvent& event)
|
||||
void MyTreeCtrl::OnKeyDown(wxTreeEvent& WXUNUSED(event))
|
||||
{
|
||||
// show some info about this item
|
||||
wxTreeItemId itemId = GetSelection();
|
||||
|
Reference in New Issue
Block a user