summaryrefslogtreecommitdiff
path: root/src/actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/actor.h')
-rw-r--r--src/actor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actor.h b/src/actor.h
index 843b3d96..9d5886e8 100644
--- a/src/actor.h
+++ b/src/actor.h
@@ -30,7 +30,7 @@ class Graphics;
class Image;
class Map;
-typedef std::list<Actor*> Actors;
+using Actors = std::list<Actor *>;
class Actor
{