X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/010216e3bc0fc54595d59b6fa4ceec220aff3632..6759ff7d4de5817b4b93f10e0b697700f5a18467:/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);