summaryrefslogtreecommitdiff
path: root/src/game-server/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/map.h')
-rw-r--r--src/game-server/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/map.h b/src/game-server/map.h
index 33663d37..715843d3 100644
--- a/src/game-server/map.h
+++ b/src/game-server/map.h
@@ -30,7 +30,7 @@
#include "utils/point.h"
#include "utils/string.h"
-typedef std::list<Point> Path;
+using Path = std::list<Point>;
enum BlockType
{