diff options
Diffstat (limited to 'src/particle/animationparticle.h')
-rw-r--r-- | src/particle/animationparticle.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/particle/animationparticle.h b/src/particle/animationparticle.h index e6c2d1de0..112c1f10a 100644 --- a/src/particle/animationparticle.h +++ b/src/particle/animationparticle.h @@ -33,7 +33,8 @@ class SimpleAnimation; class AnimationParticle final : public ImageParticle { public: - explicit AnimationParticle(Animation *restrict const animation); + explicit AnimationParticle(Animation *restrict const animation) + A_NONNULL(2); explicit AnimationParticle(XmlNodePtrConst animationNode, const std::string &restrict dyePalettes |