Fix extra semicolon warnings
This commit is contained in:
@@ -66,7 +66,7 @@ class MyApp : public wxApp
|
||||
{
|
||||
public:
|
||||
MyApp();
|
||||
virtual ~MyApp(){};
|
||||
virtual ~MyApp(){}
|
||||
|
||||
virtual bool OnInit() wxOVERRIDE;
|
||||
|
||||
|
Reference in New Issue
Block a user