From 6c613b2b516bdb3b3d1c416cce37e218cdb6b4cb Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Tue, 14 Jun 2022 00:49:15 -0600 Subject: [PATCH] fix clangcl build --- common/bspfile.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/bspfile.cc b/common/bspfile.cc index 72ce3212..7d385c91 100644 --- a/common/bspfile.cc +++ b/common/bspfile.cc @@ -183,12 +183,12 @@ public: return !string_iequals(name, "hint"); } - constexpr contentflags_t create_sky_contents() const + contentflags_t create_sky_contents() const { return {CONTENTS_SKY}; } - constexpr contentflags_t create_liquid_contents(const int32_t &liquid_type) const + contentflags_t create_liquid_contents(const int32_t &liquid_type) const { return {liquid_type}; }