]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/forty/playerdg.h
Enhanced stock labels usage. Source cleaning.
[wxWidgets.git] / demos / forty / playerdg.h
index 037237f96d9473b5ef2557ef16cf4b65836a154b..c6e0f89b2978746fa822806c903cb51a6316842b 100644 (file)
@@ -17,7 +17,7 @@ class PlayerSelectionDialog : public wxDialog
 {
 public:
     PlayerSelectionDialog(wxWindow* parent, ScoreFile* file);
-    virtual ~PlayerSelectionDialog();
+    virtual ~PlayerSelectionDialog(){};
 
     const wxString& GetPlayersName();
     void ButtonCallback(wxCommandEvent& event);