remove extra shared_ptr use from util::ThreadPool

This commit is contained in:
MihailRis
2024-10-24 11:49:06 +03:00
parent 7f0e12bb4e
commit 054b3926cd
6 changed files with 25 additions and 26 deletions
+2 -2
View File
@@ -43,8 +43,8 @@ using aloader_func = std::function<
struct aloader_entry {
AssetType tag;
const std::string filename;
const std::string alias;
std::string filename;
std::string alias;
std::shared_ptr<AssetCfg> config;
};