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
|
|
@ -89,11 +89,11 @@ class ButtonWidgetsPage : public WidgetsPage
|
|||
public:
|
||||
ButtonWidgetsPage(WidgetsBookCtrl *book, wxImageList *imaglist);
|
||||
|
||||
virtual wxWindow *GetWidget() const wxOVERRIDE { return m_button; }
|
||||
virtual void RecreateWidget() wxOVERRIDE { CreateButton(); }
|
||||
virtual wxWindow *GetWidget() const override { return m_button; }
|
||||
virtual void RecreateWidget() override { CreateButton(); }
|
||||
|
||||
// lazy creation of the content
|
||||
virtual void CreateContent() wxOVERRIDE;
|
||||
virtual void CreateContent() override;
|
||||
|
||||
protected:
|
||||
// event handlers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue