From 07d17ef61c1216af5e4029cb4afd751268ced96f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 27 Dec 2017 23:08:11 +0300 Subject: Remove default parameters from animationparticle. --- src/particle/animationparticle.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/particle') diff --git a/src/particle/animationparticle.h b/src/particle/animationparticle.h index 9c5e6af5d..d56d14ee6 100644 --- a/src/particle/animationparticle.h +++ b/src/particle/animationparticle.h @@ -35,9 +35,8 @@ class AnimationParticle final : public ImageParticle explicit AnimationParticle(Animation *restrict const animation) A_NONNULL(2); - explicit AnimationParticle(XmlNodePtrConst animationNode, - const std::string &restrict dyePalettes - = std::string()); + AnimationParticle(XmlNodePtrConst animationNode, + const std::string &restrict dyePalettes); A_DELETE_COPY(AnimationParticle) }; -- cgit v1.2.3-60-g2f50