From 4f637fe6d2f528a40763c5bae23ba05137995827 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 18 Oct 2013 16:26:51 +0300 Subject: fix const in declaration in map. --- src/map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index 320d3232c..ad7087837 100644 --- a/src/map.h +++ b/src/map.h @@ -437,7 +437,7 @@ class Map final : public Properties, public ConfigListener /** * Adds an actor to the map. */ - Actors::iterator addActor(Actor *actor); + Actors::iterator addActor(Actor *const actor); /** * Removes an actor from the map. -- cgit v1.2.3-60-g2f50