1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-23 00:28:08 +02:00

Fix build

This commit is contained in:
Ivan Savenko
2023-12-16 14:13:47 +02:00
parent 043094e6d1
commit b6cc26f853
2 changed files with 7 additions and 3 deletions

View File

@ -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;