summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-04-07 14:57:08 +0300
committerAndrei Karas <akaras@inbox.ru>2013-04-07 21:38:21 +0300
commitae550d179c25e149f7e8a8d70011b364fb0d85d6 (patch)
treec4dabe3e38afc8b343e3946202eb6fa5f30a18a9 /src/map.h
parent2566e68d2502d39c9f7c9d83ce4b281e2834fe29 (diff)
downloadplus-ae550d179c25e149f7e8a8d70011b364fb0d85d6.tar.gz
plus-ae550d179c25e149f7e8a8d70011b364fb0d85d6.tar.bz2
plus-ae550d179c25e149f7e8a8d70011b364fb0d85d6.tar.xz
plus-ae550d179c25e149f7e8a8d70011b364fb0d85d6.zip
some fixes after auto check.
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 a449bbc6b..44dd6f2c1 100644
--- a/src/map.h
+++ b/src/map.h
@@ -426,7 +426,7 @@ class Map final : public Properties, public ConfigListener
/**
* Removes an actor from the map.
*/
- void removeActor(const Actors::iterator iterator);
+ void removeActor(const Actors::iterator &iterator);
private: