summaryrefslogtreecommitdiff
path: root/src/resources/spritedef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/spritedef.h')
-rw-r--r--src/resources/spritedef.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/spritedef.h b/src/resources/spritedef.h
index 6ef64bbae..533042c02 100644
--- a/src/resources/spritedef.h
+++ b/src/resources/spritedef.h
@@ -202,7 +202,8 @@ class SpriteDef final : public Resource
* Loads an animation element.
*/
void loadAnimation(const XmlNodePtr animationNode,
- Action *const action, ImageSet *const imageSet,
+ Action *const action,
+ const ImageSet *const imageSet,
const int variant_offset) const;
/**