diff options
| author | Juan Linietsky | 2015-12-14 08:28:01 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-12-14 08:28:01 -0300 |
| commit | f2183a5e09cc55a91b550f0d8f45b45a93d82b29 (patch) | |
| tree | 49e072558a9df4c7f66e12eabdf328779716f861 /core/object.cpp | |
| parent | 534c8e74b9e4990ac1f63ef701330552cecfc28f (diff) | |
| download | godot-f2183a5e09cc55a91b550f0d8f45b45a93d82b29.tar.gz godot-f2183a5e09cc55a91b550f0d8f45b45a93d82b29.tar.zst godot-f2183a5e09cc55a91b550f0d8f45b45a93d82b29.zip | |
Diffstat (limited to 'core/object.cpp')
| -rw-r--r-- | core/object.cpp | 2 |
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); |
