From 84e56a88817f7178b4895e2adf863b4d98b42e64 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 25 Aug 2012 20:12:27 +0300 Subject: Add const to other classes. --- src/imagesprite.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/imagesprite.h') diff --git a/src/imagesprite.h b/src/imagesprite.h index 7537faef3..4735070c5 100644 --- a/src/imagesprite.h +++ b/src/imagesprite.h @@ -67,7 +67,7 @@ public: unsigned int getFrameCount() const { return 1; } - bool updateNumber(unsigned num A_UNUSED) + bool updateNumber(const unsigned num A_UNUSED) { return false; } private: -- cgit v1.2.3-60-g2f50