summaryrefslogtreecommitdiff
path: root/src/rotationalparticle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rotationalparticle.h')
-rw-r--r--src/rotationalparticle.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rotationalparticle.h b/src/rotationalparticle.h
index 535cfb58..ce15499d 100644
--- a/src/rotationalparticle.h
+++ b/src/rotationalparticle.h
@@ -35,7 +35,8 @@ class RotationalParticle : public ImageParticle
public:
RotationalParticle(Map *map, Animation *animation);
- RotationalParticle(Map *map, xmlNodePtr animationNode);
+ RotationalParticle(Map *map, xmlNodePtr animationNode,
+ const std::string& dyePalettes = std::string());
~RotationalParticle();