Fix extra semicolon warnings
This commit is contained in:
parent
eb23d4735c
commit
bcf53d6b96
27 changed files with 58 additions and 58 deletions
|
|
@ -16,7 +16,7 @@ class PlayerSelectionDialog : public wxDialog
|
|||
{
|
||||
public:
|
||||
PlayerSelectionDialog(wxWindow* parent, ScoreFile* file);
|
||||
virtual ~PlayerSelectionDialog(){};
|
||||
virtual ~PlayerSelectionDialog(){}
|
||||
|
||||
const wxString& GetPlayersName();
|
||||
void ButtonCallback(wxCommandEvent& event);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue