More use of wxOVERRIDE
This commit is contained in:
@@ -34,7 +34,7 @@ public:
|
||||
// for the app initialization (doing it here and not in the ctor
|
||||
// allows to have an error return: if OnInit() returns false, the
|
||||
// application terminates)
|
||||
virtual bool OnInit();
|
||||
virtual bool OnInit() wxOVERRIDE;
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user