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