summaryrefslogtreecommitdiff
path: root/src/resources/map/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/map/map.h')
-rw-r--r--src/resources/map/map.h2
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.