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