summaryrefslogtreecommitdiff
path: root/src/joystick.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/joystick.h')
-rw-r--r--src/joystick.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/joystick.h b/src/joystick.h
index 16dc2aa72..128a41a35 100644
--- a/src/joystick.h
+++ b/src/joystick.h
@@ -67,7 +67,7 @@ class Joystick final
* Constructor, pass the number of the joystick the new object
* should access.
*/
- Joystick(const int no);
+ explicit Joystick(const int no);
A_DELETE_COPY(Joystick)