diff options
Diffstat (limited to 'scene/gui/check_button.h')
-rw-r--r-- | scene/gui/check_button.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/gui/check_button.h b/scene/gui/check_button.h index eb68943fe7..3103a40d3c 100644 --- a/scene/gui/check_button.h +++ b/scene/gui/check_button.h @@ -39,6 +39,7 @@ class CheckButton : public Button { GDCLASS(CheckButton, Button); protected: + Size2 get_icon_size() const; virtual Size2 get_minimum_size() const; void _notification(int p_what); |