]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/forty/playerdg.h
Change version to 3.0.0.
[wxWidgets.git] / demos / forty / playerdg.h
index 037237f96d9473b5ef2557ef16cf4b65836a154b..57c16161343245c1e3e798089c86e9c3fe3df390 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Chris Breeze
 // Modified by:
 // Created:     21/07/97
-// RCS-ID:      $Id$
 // Copyright:   (c) 1993-1998 Chris Breeze
 // Licence:     wxWindows licence
 //---------------------------------------------------------------------------
@@ -17,7 +16,7 @@ class PlayerSelectionDialog : public wxDialog
 {
 public:
     PlayerSelectionDialog(wxWindow* parent, ScoreFile* file);
-    virtual ~PlayerSelectionDialog();
+    virtual ~PlayerSelectionDialog(){};
 
     const wxString& GetPlayersName();
     void ButtonCallback(wxCommandEvent& event);