diff options
Diffstat (limited to 'core/resource.h')
-rw-r--r-- | core/resource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/resource.h b/core/resource.h index 8b73bcdc57..284c59e1a8 100644 --- a/core/resource.h +++ b/core/resource.h @@ -60,7 +60,7 @@ class ResourceImportMetadata : public Reference { Map<String,Variant> options; - StringArray _get_options() const; + PoolStringArray _get_options() const; protected: |