Add more wxOVERRIDE to avoid clang warnings

This fixes several thousands of -Winconsistent-missing-override warnings
given by Xcode 10 when building the library.
This commit is contained in:
Vadim Zeitlin
2019-04-17 19:05:31 +02:00
parent 22369e97fc
commit b53c516564
6 changed files with 9 additions and 9 deletions

View File

@@ -36,7 +36,7 @@ protected:
// not supported for message dialog
virtual void DoSetSize(int WXUNUSED(x), int WXUNUSED(y),
int WXUNUSED(width), int WXUNUSED(height),
int WXUNUSED(sizeFlags) = wxSIZE_AUTO) {}
int WXUNUSED(sizeFlags) = wxSIZE_AUTO) wxOVERRIDE {}
#if wxOSX_USE_COCOA
void* ConstructNSAlert();