1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-10 22:31:40 +02:00

Fix build

This commit is contained in:
Ivan Savenko
2025-04-29 13:28:30 +03:00
parent 04ba017198
commit 6f587a243b
2 changed files with 2 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
VCMI_LIB_NAMESPACE_BEGIN
CFaction::CFaction() = default;
CFaction::~CFaction() = default;
int32_t CFaction::getIndex() const

View File

@@ -58,7 +58,7 @@ public:
std::vector<SPuzzleInfo> puzzleMap;
CFaction() = default;
CFaction();
~CFaction();
int32_t getIndex() const override;