use more wxOVERRIDE (#329)
This commit is contained in:
@@ -120,7 +120,7 @@ protected:
|
||||
// to do this easily and as there is much in that code I don't understand
|
||||
// (notably what is the logic for buttons sizing?) I prefer to not touch it
|
||||
// at all.
|
||||
virtual wxSize DoGetBestSize() const
|
||||
virtual wxSize DoGetBestSize() const wxOVERRIDE
|
||||
{
|
||||
const long flags = GetWindowStyleFlag();
|
||||
wxSearchTextCtrl* const self = const_cast<wxSearchTextCtrl*>(this);
|
||||
|
||||
Reference in New Issue
Block a user