1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

Fix build

This commit is contained in:
Ivan Savenko
2023-11-06 21:20:44 +02:00
parent 6b81012f31
commit 32a2e540d3
3 changed files with 7 additions and 4 deletions

View File

@@ -1216,7 +1216,6 @@ struct DLL_LINKAGE SetObjectProperty : public CPackForClient
ObjProperty what{};
ObjPropertyID identifier;
int32_t value = 0;
SetObjectProperty() = default;
@@ -1227,7 +1226,6 @@ struct DLL_LINKAGE SetObjectProperty : public CPackForClient
h & id;
h & what;
h & identifier;
h & value;
}
};