diff options
Diffstat (limited to 'src/input/joystick.h')
-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 ee4b9de20..e302de53e 100644 --- a/src/input/joystick.h +++ b/src/input/joystick.h @@ -79,7 +79,7 @@ class Joystick final void setNumber(const int n); - static void setEnabled(const bool enabled) + constexpr static void setEnabled(const bool enabled) noexcept2 { mEnabled = enabled; } static void getNames(std::vector <std::string> &names); |