]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/joytest/joytest.cpp
reversed change
[wxWidgets.git] / samples / joytest / joytest.cpp
index bfcb3873b94991ac65b808a138478494c6667824..8b9b07c3a0aac7e1cc0b6c3fd037e7275b379a80 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     04/01/98
 // RCS-ID:      $Id$
-// Copyright:   (c) Julian Smart and Markus Holzem
+// Copyright:   (c) Julian Smart
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
@@ -167,7 +167,7 @@ MyFrame::~MyFrame()
     // Empty
 }
 
-void MyFrame::OnQuit(wxCommandEvent& event)
+void MyFrame::OnQuit(wxCommandEvent& WXUNUSED(event))
 {
     Close(TRUE);
 }