diff options
Diffstat (limited to 'src/rotation.hpp')
-rw-r--r-- | src/rotation.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rotation.hpp b/src/rotation.hpp index 471007c3..99f8c4a3 100644 --- a/src/rotation.hpp +++ b/src/rotation.hpp @@ -8,6 +8,6 @@ enum class rotation : unsigned char { constexpr inline size_t rotation_BITS = 3; constexpr inline size_t rotation_MASK = (1 << rotation_BITS)-1; -constexpr inline rotation rotation_COUNT = rotation{1 << rotation_BITS}; +constexpr inline rotation rotation_COUNT = rotation{1 << rotation_BITS}; // todo! remove } // namespace floormat |