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
|
|
@ -603,8 +603,8 @@ protected:
|
|||
// note that index must be multiplied by 3 when using it with RGB array
|
||||
long XYToIndex(int x, int y) const;
|
||||
|
||||
virtual wxObjectRefData* CreateRefData() const wxOVERRIDE;
|
||||
virtual wxObjectRefData* CloneRefData(const wxObjectRefData* data) const wxOVERRIDE;
|
||||
virtual wxObjectRefData* CreateRefData() const override;
|
||||
virtual wxObjectRefData* CloneRefData(const wxObjectRefData* data) const override;
|
||||
|
||||
// Helper function used internally by wxImage class only.
|
||||
template <typename T>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue