X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/010216e3bc0fc54595d59b6fa4ceec220aff3632..931d76980ee9b20d6b3874de126bea74a92a4f9c:/demos/forty/playerdg.h diff --git a/demos/forty/playerdg.h b/demos/forty/playerdg.h index 037237f96d..c6e0f89b29 100644 --- a/demos/forty/playerdg.h +++ b/demos/forty/playerdg.h @@ -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);