Add more wxOVERRIDE
This commit is contained in:
committed by
Vadim Zeitlin
parent
455a45f5a8
commit
7c1ab06ea5
@@ -926,8 +926,8 @@ class LifeModule: public wxModule
|
||||
|
||||
public:
|
||||
LifeModule() {};
|
||||
bool OnInit();
|
||||
void OnExit();
|
||||
bool OnInit() wxOVERRIDE;
|
||||
void OnExit() wxOVERRIDE;
|
||||
};
|
||||
|
||||
wxIMPLEMENT_DYNAMIC_CLASS(LifeModule, wxModule);
|
||||
|
Reference in New Issue
Block a user