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