summaryrefslogtreecommitdiff
path: root/src/input/joystick.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/joystick.h')
-rw-r--r--src/input/joystick.h2
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);