diff options
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/joystick.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/joystick.h b/src/input/joystick.h index 626e0f2b5..ee4b9de20 100644 --- a/src/input/joystick.h +++ b/src/input/joystick.h @@ -74,7 +74,7 @@ class Joystick final void close(); - bool isEnabled() const A_WARN_UNUSED + static bool isEnabled() A_WARN_UNUSED { return mEnabled; } void setNumber(const int n); |