1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Fix build

This commit is contained in:
Ivan Savenko
2023-09-05 00:58:08 +03:00
parent 609f25f344
commit 1a82280cb2
3 changed files with 4 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ public:
std::vector<const CRmgTemplate *> getTemplates() const;
private:
std::map<std::string, std::unique_ptr<CRmgTemplate>> templates;
std::map<std::string, std::shared_ptr<CRmgTemplate>> templates;
};