Applied patch [ 807060 ] warning free demos

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23668 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-09-18 13:33:34 +00:00
parent f0b1ccde63
commit babd36de3a
11 changed files with 88 additions and 88 deletions

View File

@@ -147,7 +147,7 @@ const wxString& PlayerSelectionDialog::GetPlayersName()
return m_player;
}
void PlayerSelectionDialog::OnCloseWindow(wxCloseEvent& event)
void PlayerSelectionDialog::OnCloseWindow(wxCloseEvent& WXUNUSED(event))
{
m_player = _T("");
EndModal(wxID_CANCEL);