1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +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=(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 saveInit(const ResourcePath & file);
void campaignInit();