summaryrefslogtreecommitdiffstats
path: root/tools/editor/pane_drag.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/editor/pane_drag.cpp')
-rw-r--r--tools/editor/pane_drag.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/pane_drag.cpp b/tools/editor/pane_drag.cpp
index 95806ebe8b..f328f88b6f 100644
--- a/tools/editor/pane_drag.cpp
+++ b/tools/editor/pane_drag.cpp
@@ -64,7 +64,7 @@ Size2 PaneDrag::get_minimum_size() const {
void PaneDrag::_bind_methods() {
- ObjectTypeDB::bind_method("_input_event",&PaneDrag::_input_event);
+ ClassDB::bind_method("_input_event",&PaneDrag::_input_event);
ADD_SIGNAL(MethodInfo("dragged",PropertyInfo(Variant::VECTOR2,"amount")));
}