use wxOVERRIDE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76220 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -67,10 +67,10 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
virtual bool OnInit();
|
||||
virtual bool OnInit() wxOVERRIDE;
|
||||
|
||||
#if wxUSE_CMDLINE_PARSER
|
||||
virtual void OnInitCmdLine(wxCmdLineParser& parser)
|
||||
virtual void OnInitCmdLine(wxCmdLineParser& parser) wxOVERRIDE
|
||||
{
|
||||
wxApp::OnInitCmdLine(parser);
|
||||
|
||||
@@ -79,7 +79,7 @@ public:
|
||||
wxCMD_LINE_PARAM_OPTIONAL);
|
||||
}
|
||||
|
||||
virtual bool OnCmdLineParsed(wxCmdLineParser& parser)
|
||||
virtual bool OnCmdLineParsed(wxCmdLineParser& parser) wxOVERRIDE
|
||||
{
|
||||
if ( !wxApp::OnCmdLineParsed(parser) )
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user