diff options
Diffstat (limited to 'src/joystick.h')
-rw-r--r-- | src/joystick.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/joystick.h b/src/joystick.h index e97a900a8..22826e43d 100644 --- a/src/joystick.h +++ b/src/joystick.h @@ -67,7 +67,7 @@ class Joystick * Constructor, pass the number of the joystick the new object * should access. */ - Joystick(int no); + Joystick(const int no); ~Joystick(); |