summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/particle/rotationalparticle.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/particle/rotationalparticle.h b/src/particle/rotationalparticle.h
index 60c8461b1..aff66cfea 100644
--- a/src/particle/rotationalparticle.h
+++ b/src/particle/rotationalparticle.h
@@ -34,9 +34,8 @@ class RotationalParticle final : public ImageParticle
public:
explicit RotationalParticle(Animation *restrict const animation);
- explicit RotationalParticle(XmlNodeConstPtr animationNode,
- const std::string &restrict dyePalettes
- = std::string());
+ RotationalParticle(XmlNodeConstPtr animationNode,
+ const std::string &restrict dyePalettes);
A_DELETE_COPY(RotationalParticle)
};