From 3205a92ad872f918c8322cdcd1434c231a1fd251 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Mon, 17 Feb 2020 18:06:54 -0300 Subject: PoolVector is gone, replaced by Vector Typed `PoolTypeArray` types are now renamed `PackedTypeArray` and are sugar for `Vector`. --- core/object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/object.h') 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 _get_meta_list_bind() const; + Vector _get_meta_list_bind() const; Array _get_property_list_bind() const; Array _get_method_list_bind() const; -- cgit v1.2.3