diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-27 23:59:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-27 23:59:04 +0300 |
commit | 4bb2d76c5d836c5c1aaea0bd63d2dda99f0e76f6 (patch) | |
tree | 9a37b7976d86e526999506ed07aa9a49957e6c93 /src/resources/map/map.h | |
parent | cff45e3874cb71ed89f97d04f04bcb5da93ab010 (diff) | |
download | plus-4bb2d76c5d836c5c1aaea0bd63d2dda99f0e76f6.tar.gz plus-4bb2d76c5d836c5c1aaea0bd63d2dda99f0e76f6.tar.bz2 plus-4bb2d76c5d836c5c1aaea0bd63d2dda99f0e76f6.tar.xz plus-4bb2d76c5d836c5c1aaea0bd63d2dda99f0e76f6.zip |
Fix compilation with different flags.
Diffstat (limited to 'src/resources/map/map.h')
-rw-r--r-- | src/resources/map/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/map/map.h b/src/resources/map/map.h index e9bb405f4..b4495d11d 100644 --- a/src/resources/map/map.h +++ b/src/resources/map/map.h @@ -364,7 +364,7 @@ class Map final : public Properties, public ConfigListener /** * Adds an actor to the map. */ - Actors::iterator addActor(Actor *restrict2 const actor) restrict2; + Actors::iterator addActor(Actor *const actor) restrict2; /** * Removes an actor from the map. |