mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
fix building editor with Apple Clang 15
This commit is contained in:
parent
6d251de00d
commit
bf832d4b13
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user