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/textparticle.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/textparticle.h') diff --git a/src/textparticle.h b/src/textparticle.h index 6b633fb05..2bafd7a3c 100644 --- a/src/textparticle.h +++ b/src/textparticle.h @@ -35,6 +35,8 @@ class TextParticle final : public Particle const gcn::Color *const color, gcn::Font *const font, const bool outline = false); + A_DELETE_COPY(TextParticle); + /** * Draws the particle image. */ -- cgit v1.2.3-60-g2f50