mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-27 00:41:08 +02:00
Fixed compilation with MSVC.
This commit is contained in:
@ -542,7 +542,7 @@ std::vector<JsonNode> CSpellHandler::loadLegacyData(size_t dataSize)
|
||||
return legacyData;
|
||||
}
|
||||
|
||||
const std::string CSpellHandler::getTypeName()
|
||||
const std::string CSpellHandler::getTypeName() const
|
||||
{
|
||||
return "spell";
|
||||
}
|
||||
|
Reference in New Issue
Block a user