mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-23 00:28:08 +02:00
Fix build
This commit is contained in:
@ -221,6 +221,9 @@ TObjectTypeHandler CObjectClassesHandler::loadSubObjectFromJson(const std::strin
|
||||
return createdObject;
|
||||
}
|
||||
|
||||
ObjectClass::ObjectClass() = default;
|
||||
ObjectClass::~ObjectClass() = default;
|
||||
|
||||
std::string ObjectClass::getJsonKey() const
|
||||
{
|
||||
return modScope + ':' + identifier;
|
||||
|
Reference in New Issue
Block a user