summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-09-11 20:03:02 +0300
committerAndrei Karas <akaras@inbox.ru>2012-09-11 20:03:02 +0300
commit91fa2122a536770924bb2819bec4b79e76393d08 (patch)
tree93c0e191249b2158cf92a564630a4b16e9ccdcaa /src/map.h
parent1a524dc9468fe532bc060a73ef736a68687aadca (diff)
downloadplus-91fa2122a536770924bb2819bec4b79e76393d08.tar.gz
plus-91fa2122a536770924bb2819bec4b79e76393d08.tar.bz2
plus-91fa2122a536770924bb2819bec4b79e76393d08.tar.xz
plus-91fa2122a536770924bb2819bec4b79e76393d08.zip
Fix code style and small perfomance issues.
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 3485f6c58..66cf8b707 100644
--- a/src/map.h
+++ b/src/map.h
@@ -404,7 +404,7 @@ class Map : public Properties, public ConfigListener
/**
* Removes an actor from the map.
*/
- void removeActor(Actors::iterator iterator);
+ void removeActor(const Actors::iterator iterator);
private: