summaryrefslogtreecommitdiffstats
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 69d753f469..8726181631 100644
--- a/scene/gui/check_box.h
+++ b/scene/gui/check_box.h
@@ -55,8 +55,8 @@ protected:
Size2 get_icon_size() const;
Size2 get_minimum_size() const override;
- virtual void _update_theme_item_cache() override;
void _notification(int p_what);
+ static void _bind_methods();
bool is_radio();