summaryrefslogtreecommitdiffstats
path: root/core/object/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/object/object.h')
-rw-r--r--core/object/object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/object/object.h b/core/object/object.h
index 4226b5e67b..99d05a78bb 100644
--- a/core/object/object.h
+++ b/core/object/object.h
@@ -717,7 +717,7 @@ protected:
return &_class_name_static;
}
- Vector<StringName> _get_meta_list_bind() const;
+ TypedArray<StringName> _get_meta_list_bind() const;
TypedArray<Dictionary> _get_property_list_bind() const;
TypedArray<Dictionary> _get_method_list_bind() const;