Add override keywords.
This commit is contained in:
@ -56,7 +56,7 @@ protected:
|
||||
bool ticks_on_borders;
|
||||
|
||||
public:
|
||||
virtual Size2 get_minimum_size() const;
|
||||
virtual Size2 get_minimum_size() const override;
|
||||
|
||||
void set_custom_step(float p_custom_step);
|
||||
float get_custom_step() const;
|
||||
|
||||
Reference in New Issue
Block a user