diff --git a/soh/soh/resource/importer/AudioSampleFactory.h b/soh/soh/resource/importer/AudioSampleFactory.h index 6b738a768..b750da4f1 100644 --- a/soh/soh/resource/importer/AudioSampleFactory.h +++ b/soh/soh/resource/importer/AudioSampleFactory.h @@ -11,7 +11,7 @@ class ResourceFactoryBinaryAudioSampleV2 final : public Ship::ResourceFactoryBin std::shared_ptr initData) override; }; - class ResourceFactoryXMLAudioSampleV0 final : public Ship::ResourceFactoryXML { +class ResourceFactoryXMLAudioSampleV0 final : public Ship::ResourceFactoryXML { public: std::shared_ptr ReadResource(std::shared_ptr file, std::shared_ptr initData) override; diff --git a/soh/soh/resource/importer/AudioSequenceFactory.h b/soh/soh/resource/importer/AudioSequenceFactory.h index a3d6080eb..4ae249ec3 100644 --- a/soh/soh/resource/importer/AudioSequenceFactory.h +++ b/soh/soh/resource/importer/AudioSequenceFactory.h @@ -11,7 +11,7 @@ class ResourceFactoryBinaryAudioSequenceV2 final : public Ship::ResourceFactoryB std::shared_ptr initData) override; }; - class ResourceFactoryXMLAudioSequenceV0 final : public Ship::ResourceFactoryXML { +class ResourceFactoryXMLAudioSequenceV0 final : public Ship::ResourceFactoryXML { public: std::shared_ptr ReadResource(std::shared_ptr file, std::shared_ptr initData) override; diff --git a/soh/soh/resource/importer/AudioSoundFontFactory.h b/soh/soh/resource/importer/AudioSoundFontFactory.h index 70a73822e..0a56769cd 100644 --- a/soh/soh/resource/importer/AudioSoundFontFactory.h +++ b/soh/soh/resource/importer/AudioSoundFontFactory.h @@ -12,7 +12,7 @@ class ResourceFactoryBinaryAudioSoundFontV2 final : public Ship::ResourceFactory std::shared_ptr initData) override; }; - class ResourceFactoryXMLSoundFontV0 final : public Ship::ResourceFactoryXML { +class ResourceFactoryXMLSoundFontV0 final : public Ship::ResourceFactoryXML { public: std::shared_ptr ReadResource(std::shared_ptr file, std::shared_ptr initData) override;