wxListMainWindow::OnRenameCancelled(): itemEdit parameter is used

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24114 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2003-10-07 13:20:30 +00:00
parent 1bf37bf5b1
commit 18dd54e3fd

View File

@@ -2834,7 +2834,7 @@ bool wxListMainWindow::OnRenameAccept(size_t itemEdit, const wxString& value)
le.IsAllowed();
}
void wxListMainWindow::OnRenameCancelled(size_t WXUNUSED(itemEdit))
void wxListMainWindow::OnRenameCancelled(size_t itemEdit)
{
// let owner know that the edit was cancelled
wxListEvent le( wxEVT_COMMAND_LIST_END_LABEL_EDIT, GetParent()->GetId() );