Fix extra semicolon warnings
This commit is contained in:
parent
eb23d4735c
commit
bcf53d6b96
27 changed files with 58 additions and 58 deletions
|
|
@ -12,7 +12,7 @@
|
|||
class MyApp: public wxApp
|
||||
{
|
||||
public:
|
||||
MyApp(){};
|
||||
MyApp(){}
|
||||
bool OnInit() wxOVERRIDE;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue