summaryrefslogtreecommitdiff
path: root/src/actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/actor.h')
-rw-r--r--src/actor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actor.h b/src/actor.h
index c2529ac7d..ec9b44ce3 100644
--- a/src/actor.h
+++ b/src/actor.h
@@ -122,7 +122,7 @@ public:
void setMap(Map *const map);
- Map* getMap() const
+ const Map* getMap() const
{ return mMap; }
protected: