From e066ec2e038405621a7de50e4cd735e548eb488d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 10 Oct 2012 00:16:37 +0300 Subject: Delete copy constructor in some classes. --- src/animationparticle.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/animationparticle.h') diff --git a/src/animationparticle.h b/src/animationparticle.h index 8fd55f38b..e744cd332 100644 --- a/src/animationparticle.h +++ b/src/animationparticle.h @@ -39,6 +39,8 @@ class AnimationParticle final : public ImageParticle AnimationParticle(Map *const map, XmlNodePtr const animationNode, const std::string& dyePalettes = std::string()); + A_DELETE_COPY(AnimationParticle); + ~AnimationParticle(); virtual bool update() override; -- cgit v1.2.3-60-g2f50