summaryrefslogtreecommitdiff
path: root/core/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/object.h')
-rw-r--r--core/object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/object.h b/core/object.h
index 6a229afaea..afbdbda814 100644
--- a/core/object.h
+++ b/core/object.h
@@ -563,7 +563,7 @@ protected:
return &_class_name;
}
- PoolVector<String> _get_meta_list_bind() const;
+ Vector<String> _get_meta_list_bind() const;
Array _get_property_list_bind() const;
Array _get_method_list_bind() const;