mirror of
https://github.com/vcmi/vcmi.git
synced 2025-09-16 09:26:28 +02:00
fix building editor with Apple Clang 15
This commit is contained in:
@@ -207,13 +207,13 @@ class DLL_LINKAGE CMapHeader
|
||||
void setupEvents();
|
||||
public:
|
||||
|
||||
static const int MAP_SIZE_SMALL = 36;
|
||||
static const int MAP_SIZE_MIDDLE = 72;
|
||||
static const int MAP_SIZE_LARGE = 108;
|
||||
static const int MAP_SIZE_XLARGE = 144;
|
||||
static const int MAP_SIZE_HUGE = 180;
|
||||
static const int MAP_SIZE_XHUGE = 216;
|
||||
static const int MAP_SIZE_GIANT = 252;
|
||||
static constexpr int MAP_SIZE_SMALL = 36;
|
||||
static constexpr int MAP_SIZE_MIDDLE = 72;
|
||||
static constexpr int MAP_SIZE_LARGE = 108;
|
||||
static constexpr int MAP_SIZE_XLARGE = 144;
|
||||
static constexpr int MAP_SIZE_HUGE = 180;
|
||||
static constexpr int MAP_SIZE_XHUGE = 216;
|
||||
static constexpr int MAP_SIZE_GIANT = 252;
|
||||
|
||||
CMapHeader();
|
||||
virtual ~CMapHeader();
|
||||
|
Reference in New Issue
Block a user