From 694a2eb96e0181374a10690c048c40f4b9e9f472 Mon Sep 17 00:00:00 2001 From: "@clasher113" Date: Tue, 28 Nov 2023 11:45:20 +0200 Subject: [PATCH] Revert "MSVC build fix" This reverts commit a82e8706d494d102d890e1aa56b89b63e42e0720. --- src/assets/AssetsLoader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/AssetsLoader.h b/src/assets/AssetsLoader.h index cac41923..85f7a342 100644 --- a/src/assets/AssetsLoader.h +++ b/src/assets/AssetsLoader.h @@ -30,7 +30,7 @@ class AssetsLoader { public: AssetsLoader(Assets* assets, std::filesystem::path resdir); void addLoader(int tag, aloader_func func); - void add(int tag, const std::filesystem::path filename, const std::string alias); + void add(int tag, const std::string filename, const std::string alias); bool hasNext() const; bool loadNext();