diff --git a/include/resource_manager.hpp b/include/resource_manager.hpp index 40add4b..b669c9f 100644 --- a/include/resource_manager.hpp +++ b/include/resource_manager.hpp @@ -24,12 +24,12 @@ private: boost::filesystem::path musics_path; std::unordered_map< - boost::filesystem::path, + std::string, std::shared_ptr > images_cache; std::unordered_map< - boost::filesystem::path, + std::string, std::shared_ptr > textures_cache;