mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Fix build
This commit is contained in:
@@ -300,6 +300,11 @@ void MetaString::replaceCreatureName(const CStackBasicDescriptor & stack)
|
||||
replaceCreatureName(stack.type->getId(), stack.count);
|
||||
}
|
||||
|
||||
bool MetaString::operator == (const MetaString & other) const
|
||||
{
|
||||
return message == other.message && localStrings == other.localStrings && exactStrings == other.exactStrings && stringsTextID == other.stringsTextID && numbers == other.numbers;
|
||||
}
|
||||
|
||||
void MetaString::jsonSerialize(JsonNode & dest) const
|
||||
{
|
||||
JsonNode jsonMessage;
|
||||
|
||||
Reference in New Issue
Block a user