summaryrefslogtreecommitdiffstats
path: root/editor/import/resource_importer_wav.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/import/resource_importer_wav.h')
-rw-r--r--editor/import/resource_importer_wav.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/import/resource_importer_wav.h b/editor/import/resource_importer_wav.h
index 2253756554..361541c6c1 100644
--- a/editor/import/resource_importer_wav.h
+++ b/editor/import/resource_importer_wav.h
@@ -140,7 +140,7 @@ public:
}
}
- virtual Error import(const String &p_source_file, const String &p_save_path, const HashMap<StringName, Variant> &p_options, List<String> *r_platform_variants, List<String> *r_gen_files = nullptr, Variant *r_metadata = nullptr) override;
+ virtual Error import(ResourceUID::ID p_source_id, const String &p_source_file, const String &p_save_path, const HashMap<StringName, Variant> &p_options, List<String> *r_platform_variants, List<String> *r_gen_files = nullptr, Variant *r_metadata = nullptr) override;
virtual bool can_import_threaded() const override { return true; }