diff options
Diffstat (limited to 'scene/gui/check_button.h')
-rw-r--r-- | scene/gui/check_button.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/check_button.h b/scene/gui/check_button.h index 8bbad0b4b3..99a12a3270 100644 --- a/scene/gui/check_button.h +++ b/scene/gui/check_button.h @@ -40,7 +40,7 @@ class CheckButton : public Button { protected: Size2 get_icon_size() const; - virtual Size2 get_minimum_size() const; + virtual Size2 get_minimum_size() const override; void _notification(int p_what); public: |