From 4df121e6dcdf53436f50ce81dd60096ce0138a2c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 1 Sep 2012 20:49:03 +0300 Subject: Add const to more classes. --- src/being.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/being.h') diff --git a/src/being.h b/src/being.h index 019c9eec8..4e78f7eb9 100644 --- a/src/being.h +++ b/src/being.h @@ -668,7 +668,8 @@ class Being : public ActorSprite, public ConfigListener bool draw(Graphics *graphics, int offsetX, int offsetY) const; - bool drawSpriteAt(Graphics *graphics, int x, int y) const; + bool drawSpriteAt(Graphics *const graphics, + const int x, const int y) const; void setMoveTime() { mMoveTime = cur_time; } -- cgit v1.2.3-60-g2f50