diff options
Diffstat (limited to 'loader')
| -rw-r--r-- | loader/loader-impl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/loader/loader-impl.cpp b/loader/loader-impl.cpp index 55da68df..62fad6de 100644 --- a/loader/loader-impl.cpp +++ b/loader/loader-impl.cpp @@ -38,8 +38,8 @@ struct loader_impl final : loader_ Containers::Pointer<Trade::AbstractImporter> tga_importer = importer_plugins.loadAndInstantiate("TgaImporter"); - std::unordered_map<StringView, std::shared_ptr<struct tile_atlas>> tile_atlas_map; - std::unordered_map<StringView, std::shared_ptr<struct anim_atlas>> anim_atlas_map; + std::unordered_map<String, std::shared_ptr<struct tile_atlas>> tile_atlas_map; + std::unordered_map<String, std::shared_ptr<struct anim_atlas>> anim_atlas_map; std::vector<String> anim_atlases; StringView shader(StringView filename) override; |
