summaryrefslogtreecommitdiffhomepage
path: root/src/wall-atlas.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wall-atlas.hpp')
-rw-r--r--src/wall-atlas.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wall-atlas.hpp b/src/wall-atlas.hpp
index e0203165..52a1f96a 100644
--- a/src/wall-atlas.hpp
+++ b/src/wall-atlas.hpp
@@ -53,7 +53,7 @@ struct Direction
bool operator==(const Direction&) const noexcept;
- static constexpr inline member_tuple groups[] = {
+ static constexpr member_tuple groups[] = {
{ "wall"_s, &Direction::wall, Group_::wall },
{ "side"_s, &Direction::side, Group_::side },
{ "top"_s, &Direction::top, Group_::top },
@@ -61,7 +61,7 @@ struct Direction
};
static_assert(array_size(groups) == (size_t)Group_::COUNT);
- static constexpr inline member_tuple groups_for_draw[] = {
+ static constexpr member_tuple groups_for_draw[] = {
{ "wall"_s, &Direction::wall, Group_::wall },
{ "side"_s, &Direction::side, Group_::side },
{ "top"_s, &Direction::top, Group_::top },