summaryrefslogtreecommitdiffstats
path: root/core/io/missing_resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/io/missing_resource.h')
-rw-r--r--core/io/missing_resource.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/io/missing_resource.h b/core/io/missing_resource.h
index f32d818ccb..4cded5ca24 100644
--- a/core/io/missing_resource.h
+++ b/core/io/missing_resource.h
@@ -57,6 +57,8 @@ public:
void set_recording_properties(bool p_enable);
bool is_recording_properties() const;
+ virtual String get_save_class() const override;
+
MissingResource();
};