From 4bb2d76c5d836c5c1aaea0bd63d2dda99f0e76f6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 27 Dec 2015 23:59:04 +0300 Subject: Fix compilation with different flags. --- src/resources/map/map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resources/map/map.h') 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. -- cgit v1.2.3-70-g09d2