aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/control.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2016-01-24 10:57:42 -0300
committerJuan Linietsky2016-01-24 10:57:42 -0300
commit35a28f34426eb6c44a5e321bbd630c64d8b38de0 (patch)
treeb1bffbbe03280874103f4bcd3d89f5ebad6c0800 /scene/gui/control.cpp
parentc247f5ad61f2575c321fb8117ed4212611e8cdf4 (diff)
downloadgodot-35a28f34426eb6c44a5e321bbd630c64d8b38de0.tar.gz
godot-35a28f34426eb6c44a5e321bbd630c64d8b38de0.tar.zst
godot-35a28f34426eb6c44a5e321bbd630c64d8b38de0.zip
Diffstat (limited to 'scene/gui/control.cpp')
-rw-r--r--scene/gui/control.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/gui/control.cpp b/scene/gui/control.cpp
index dce0a4ac0..71a0f5024 100644
--- a/scene/gui/control.cpp
+++ b/scene/gui/control.cpp
@@ -2071,6 +2071,8 @@ Control *Control::get_root_parent_control() const {
return const_cast<Control*>(root);
}
+
+
void Control::_bind_methods() {