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/maplayer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/maplayer.h') diff --git a/src/maplayer.h b/src/maplayer.h index 9c2b0630e..fa6bd3e15 100644 --- a/src/maplayer.h +++ b/src/maplayer.h @@ -190,7 +190,7 @@ class SpecialLayer void draw(Graphics *const graphics, int startX, int startY, int endX, int endY, - const int scrollX, const int scrollY); + const int scrollX, const int scrollY) const; MapItem* getTile(const int x, const int y) const; @@ -200,7 +200,7 @@ class SpecialLayer void addRoad(Path road); - void clean(); + void clean() const; void itemDraw(Graphics *const graphics, const int x, const int y, const int scrollX, const int scrollY) const; -- cgit v1.2.3-60-g2f50