summaryrefslogtreecommitdiff
path: root/src/animationparticle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/animationparticle.h')
-rw-r--r--src/animationparticle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/animationparticle.h b/src/animationparticle.h
index 933f2d164..b284e9fa4 100644
--- a/src/animationparticle.h
+++ b/src/animationparticle.h
@@ -34,9 +34,9 @@ class SimpleAnimation;
class AnimationParticle : public ImageParticle
{
public:
- AnimationParticle(Map *map, Animation *animation);
+ AnimationParticle(Map *const map, Animation *const animation);
- AnimationParticle(Map *map, XmlNodePtr animationNode,
+ AnimationParticle(Map *const map, XmlNodePtr const animationNode,
const std::string& dyePalettes = std::string());
~AnimationParticle();