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:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user