Fix extra semicolon warnings

This commit is contained in:
Maarten Bent
2018-11-25 20:22:55 +01:00
parent eb23d4735c
commit bcf53d6b96
27 changed files with 58 additions and 58 deletions

View File

@@ -40,7 +40,7 @@ class OwnerDrawnFrame : public wxFrame
public:
// ctor & dtor
OwnerDrawnFrame(wxFrame *frame, const wxString& title, int x, int y, int w, int h);
~OwnerDrawnFrame(){};
~OwnerDrawnFrame(){}
// notifications
void OnQuit (wxCommandEvent& event);