use more wxOVERRIDE (#329)
This commit is contained in:
@@ -53,7 +53,7 @@ public:
|
||||
virtual void SetThumbPosition(int viewStart) = 0;
|
||||
virtual void SetScrollbar(int position, int thumbSize,
|
||||
int range, int pageSize,
|
||||
bool refresh = true) = 0;
|
||||
bool refresh = true) wxOVERRIDE = 0;
|
||||
|
||||
// implementation-only
|
||||
bool IsNeeded() const { return GetRange() > GetThumbSize(); }
|
||||
|
Reference in New Issue
Block a user