diff options
Diffstat (limited to 'src/particle/rotationalparticle.h')
-rw-r--r-- | src/particle/rotationalparticle.h | 5 |
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) }; |