aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/headers/Tile.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/headers/Tile.hpp')
-rw-r--r--src/main/headers/Tile.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/headers/Tile.hpp b/src/main/headers/Tile.hpp
index 88e7216..0fc3105 100644
--- a/src/main/headers/Tile.hpp
+++ b/src/main/headers/Tile.hpp
@@ -5,7 +5,7 @@
struct Tile
{
- enum Type
+ enum class Type
{
GRASS, WATER
};