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/resources/spritedef.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resources/spritedef.cpp') diff --git a/src/resources/spritedef.cpp b/src/resources/spritedef.cpp index b55253c05..f54a332a7 100644 --- a/src/resources/spritedef.cpp +++ b/src/resources/spritedef.cpp @@ -250,7 +250,7 @@ void SpriteDef::loadAction(const XmlNodePtr node, const int variant_offset) void SpriteDef::loadAnimation(const XmlNodePtr animationNode, Action *const action, ImageSet *const imageSet, - const int variant_offset) + const int variant_offset) const { if (!action || !imageSet) return; -- cgit v1.2.3-60-g2f50