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
|
|
@ -26,7 +26,7 @@ public:
|
|||
void OnMenuCheckmark(wxCommandEvent&);
|
||||
void OnMenuUICheckmark(wxUpdateUIEvent&);
|
||||
void OnMenuSub(wxCommandEvent&);
|
||||
virtual wxMenu *CreatePopupMenu() wxOVERRIDE;
|
||||
virtual wxMenu *CreatePopupMenu() override;
|
||||
|
||||
wxDECLARE_EVENT_TABLE();
|
||||
};
|
||||
|
|
@ -36,7 +36,7 @@ public:
|
|||
class MyApp : public wxApp
|
||||
{
|
||||
public:
|
||||
virtual bool OnInit() wxOVERRIDE;
|
||||
virtual bool OnInit() override;
|
||||
};
|
||||
|
||||
class MyDialog: public wxDialog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue