Fix extra semicolon warnings
This commit is contained in:
parent
eb23d4735c
commit
bcf53d6b96
27 changed files with 58 additions and 58 deletions
|
|
@ -38,7 +38,7 @@ class FortyFrame: public wxFrame
|
|||
{
|
||||
public:
|
||||
FortyFrame(wxFrame* frame, const wxString& title, const wxPoint& pos, const wxSize& size, bool largecards);
|
||||
virtual ~FortyFrame(){};
|
||||
virtual ~FortyFrame(){}
|
||||
|
||||
void OnCloseWindow(wxCloseEvent& event);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue