summaryrefslogtreecommitdiff
path: root/src/particle/animationparticle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/particle/animationparticle.h')
-rw-r--r--src/particle/animationparticle.h5
1 files changed, 2 insertions, 3 deletions
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)
};