1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

fix compile error

This commit is contained in:
kdmcser
2025-04-19 13:44:48 +08:00
parent ea3947df4f
commit e308b2149a

View File

@@ -48,7 +48,7 @@ public:
CMapInfo &operator=(CMapInfo &&other) = delete; CMapInfo &operator=(CMapInfo &&other) = delete;
CMapInfo &operator=(const CMapInfo &other) = delete; CMapInfo &operator=(const CMapInfo &other) = delete;
std::string CMapInfo::getFullFileURI(const ResourcePath& file) const; std::string getFullFileURI(const ResourcePath& file) const;
void mapInit(const std::string & fname); void mapInit(const std::string & fname);
void saveInit(const ResourcePath & file); void saveInit(const ResourcePath & file);
void campaignInit(); void campaignInit();