summaryrefslogtreecommitdiff
path: root/scene/gui/check_box.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/gui/check_box.h')
-rw-r--r--scene/gui/check_box.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/check_box.h b/scene/gui/check_box.h
index 58f7cce55e..cc00524698 100644
--- a/scene/gui/check_box.h
+++ b/scene/gui/check_box.h
@@ -40,7 +40,7 @@ class CheckBox : public Button {
protected:
Size2 get_icon_size() const;
- Size2 get_minimum_size() const;
+ Size2 get_minimum_size() const override;
void _notification(int p_what);
bool is_radio();