mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-10 22:31:40 +02:00
Fix build
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
|
||||
VCMI_LIB_NAMESPACE_BEGIN
|
||||
|
||||
CFaction::CFaction() = default;
|
||||
CFaction::~CFaction() = default;
|
||||
|
||||
int32_t CFaction::getIndex() const
|
||||
|
@@ -58,7 +58,7 @@ public:
|
||||
|
||||
std::vector<SPuzzleInfo> puzzleMap;
|
||||
|
||||
CFaction() = default;
|
||||
CFaction();
|
||||
~CFaction();
|
||||
|
||||
int32_t getIndex() const override;
|
||||
|
Reference in New Issue
Block a user