summaryrefslogtreecommitdiffstats
path: root/core/io/packed_data_container.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/io/packed_data_container.h')
-rw-r--r--core/io/packed_data_container.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/io/packed_data_container.h b/core/io/packed_data_container.h
index 7791e21bb3..40772bb2bf 100644
--- a/core/io/packed_data_container.h
+++ b/core/io/packed_data_container.h
@@ -80,8 +80,8 @@ public:
PackedDataContainer() {}
};
-class PackedDataContainerRef : public Reference {
- GDCLASS(PackedDataContainerRef, Reference);
+class PackedDataContainerRef : public RefCounted {
+ GDCLASS(PackedDataContainerRef, RefCounted);
friend class PackedDataContainer;
uint32_t offset = 0;