]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/forty/playerdg.cpp
More lib and demo patches to drop the wx prefix (Jeff has been busy!)
[wxWidgets.git] / demos / forty / playerdg.cpp
index 4c5c48e3fc86fce28ea5f67301521fd5e84ba134..32f72be25de3b59fbf1f404cbfed882bfb26e768 100644 (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);