From f24ddad3fa0f843eb29a281426151cf1a5f31f4b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 4 Sep 2012 23:47:11 +0300 Subject: add const to more classes, fix other small style issues. --- src/actor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/actor.h') 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: -- cgit v1.2.3-60-g2f50