diff options
-rw-r--r-- | src/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -437,7 +437,7 @@ class Map final : public Properties, public ConfigListener /** * Adds an actor to the map. */ - Actors::iterator addActor(Actor *actor); + Actors::iterator addActor(Actor *const actor); /** * Removes an actor from the map. |