mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
Fix build
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user