From 1feb7f7edc5f8f383e594b256ef4cab0fae75b99 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 29 Aug 2012 23:40:41 +0300 Subject: Add const to more classes. --- 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 44eb63979..1a81e8ccb 100644 --- a/src/map.h +++ b/src/map.h @@ -346,7 +346,7 @@ class Map : public Properties, public ConfigListener void optionChanged(const std::string &value); - MapItem *findPortalXY(int x, int y); + MapItem *findPortalXY(int x, int y) const; int getActorsCount() const { return static_cast(mActors.size()); } -- cgit v1.2.3-60-g2f50