unused param warnings fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23886 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -198,8 +198,8 @@ public:
|
||||
void OnCountRec(wxCommandEvent& event);
|
||||
|
||||
void OnRename(wxCommandEvent& event);
|
||||
void OnSort(wxCommandEvent& event) { DoSort(); }
|
||||
void OnSortRev(wxCommandEvent& event) { DoSort(TRUE); }
|
||||
void OnSort(wxCommandEvent& WXUNUSED(event)) { DoSort(); }
|
||||
void OnSortRev(wxCommandEvent& WXUNUSED(event)) { DoSort(TRUE); }
|
||||
|
||||
void OnAddItem(wxCommandEvent& event);
|
||||
void OnInsertItem(wxCommandEvent& event);
|
||||
|
Reference in New Issue
Block a user