aboutsummaryrefslogtreecommitdiff
path: root/core/object.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2015-12-14 08:28:01 -0300
committerJuan Linietsky2015-12-14 08:28:01 -0300
commitf2183a5e09cc55a91b550f0d8f45b45a93d82b29 (patch)
tree49e072558a9df4c7f66e12eabdf328779716f861 /core/object.cpp
parent534c8e74b9e4990ac1f63ef701330552cecfc28f (diff)
downloadgodot-f2183a5e09cc55a91b550f0d8f45b45a93d82b29.tar.gz
godot-f2183a5e09cc55a91b550f0d8f45b45a93d82b29.tar.zst
godot-f2183a5e09cc55a91b550f0d8f45b45a93d82b29.zip
Diffstat (limited to 'core/object.cpp')
-rw-r--r--core/object.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/object.cpp b/core/object.cpp
index f6ba76a0b..9fdd11eb2 100644
--- a/core/object.cpp
+++ b/core/object.cpp
@@ -1613,7 +1613,7 @@ void Object::_bind_methods() {
ObjectTypeDB::bind_native_method(METHOD_FLAGS_DEFAULT,"call_deferred",&Object::_call_deferred_bind,mi,defargs);
}
- ObjectTypeDB::bind_method(_MD("callv:var","method","arg_array"),&Object::callv);
+ ObjectTypeDB::bind_method(_MD("callv:Variant","method","arg_array"),&Object::callv);
ObjectTypeDB::bind_method(_MD("has_method"),&Object::has_method);