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/joystick.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/joystick.h') diff --git a/src/joystick.h b/src/joystick.h index 0120dd9d0..b85af4077 100644 --- a/src/joystick.h +++ b/src/joystick.h @@ -69,6 +69,8 @@ class Joystick final */ Joystick(const int no); + A_DELETE_COPY(Joystick); + ~Joystick(); bool open(); -- cgit v1.2.3-60-g2f50