diff options
Diffstat (limited to 'scene/gui/check_box.h')
-rw-r--r-- | scene/gui/check_box.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/gui/check_box.h b/scene/gui/check_box.h index 4da06be8d1..3d3f170e8c 100644 --- a/scene/gui/check_box.h +++ b/scene/gui/check_box.h @@ -39,6 +39,8 @@ class CheckBox : public Button { GDCLASS(CheckBox, Button); protected: + Size2 get_icon_size() const; + Size2 get_minimum_size() const; void _notification(int p_what); bool is_radio(); |