use more wxOVERRIDE (#329)
This commit is contained in:
@@ -135,8 +135,8 @@ public:
|
||||
class wxExecuteModule : public wxModule
|
||||
{
|
||||
public:
|
||||
virtual bool OnInit() { return true; }
|
||||
virtual void OnExit()
|
||||
virtual bool OnInit() wxOVERRIDE { return true; }
|
||||
virtual void OnExit() wxOVERRIDE
|
||||
{
|
||||
if ( gs_heventShutdown.IsOk() )
|
||||
{
|
||||
|
Reference in New Issue
Block a user