summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-18 16:26:51 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-19 15:12:20 +0300
commit4f637fe6d2f528a40763c5bae23ba05137995827 (patch)
tree3a2edea2892833299ddec84ad21ce4979531ee81 /src/map.h
parentfa4ba9c01aadd6cc217c5e9eef5d2f8332f84fed (diff)
downloadplus-4f637fe6d2f528a40763c5bae23ba05137995827.tar.gz
plus-4f637fe6d2f528a40763c5bae23ba05137995827.tar.bz2
plus-4f637fe6d2f528a40763c5bae23ba05137995827.tar.xz
plus-4f637fe6d2f528a40763c5bae23ba05137995827.zip
fix const in declaration in map.
Diffstat (limited to 'src/map.h')
-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.