From 866a71ffd576fd10c4e309195016d86f0c8ed635 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 3 Sep 2012 21:58:08 +0300 Subject: Add const to more classes. --- src/rotationalparticle.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/rotationalparticle.h') diff --git a/src/rotationalparticle.h b/src/rotationalparticle.h index 251e3769c..e951e4c77 100644 --- a/src/rotationalparticle.h +++ b/src/rotationalparticle.h @@ -34,9 +34,9 @@ class SimpleAnimation; class RotationalParticle : public ImageParticle { public: - RotationalParticle(Map *map, Animation *animation); + RotationalParticle(Map *const map, Animation *const animation); - RotationalParticle(Map *map, XmlNodePtr animationNode, + RotationalParticle(Map *const map, const XmlNodePtr animationNode, const std::string& dyePalettes = std::string()); ~RotationalParticle(); -- cgit v1.2.3-70-g09d2