summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.h b/src/map.h
index 320d3232c..ad7087837 100644
--- a/src/map.h
+++ b/src/map.h
@@ -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.