From 6419386c4c382753509425826ee609dd07d4ae72 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 18 Sep 2013 22:39:29 +0300 Subject: add const to other files. --- src/resources/spritedef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resources/spritedef.h') diff --git a/src/resources/spritedef.h b/src/resources/spritedef.h index 26c768776..6ef64bbae 100644 --- a/src/resources/spritedef.h +++ b/src/resources/spritedef.h @@ -163,7 +163,7 @@ class SpriteDef final : public Resource const int offsetX, const int offsetY, const int variant_offset, int repeat, const int rand, - ImageSet *const imageSet, + const ImageSet *const imageSet, Animation *const animation) const; private: -- cgit v1.2.3-60-g2f50