Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept
Don't use deprecated macros in wxWidgets itself.
This commit is contained in:
parent
be5095acdd
commit
88d526660f
1282 changed files with 11878 additions and 11878 deletions
|
|
@ -220,8 +220,8 @@ class XmlResApp : public wxAppConsole
|
|||
{
|
||||
public:
|
||||
// don't use builtin cmd line parsing:
|
||||
virtual bool OnInit() wxOVERRIDE { return true; }
|
||||
virtual int OnRun() wxOVERRIDE;
|
||||
virtual bool OnInit() override { return true; }
|
||||
virtual int OnRun() override;
|
||||
|
||||
private:
|
||||
void ParseParams(const wxCmdLineParser& cmdline);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue