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 11e54f632..cb4b7a78d 100644 --- a/src/input/joystick.h +++ b/src/input/joystick.h @@ -85,7 +85,7 @@ class Joystick final constexpr2 static void setEnabled(const bool enabled) noexcept2 { mEnabled = enabled; } - static void getNames(std::vector <std::string> &names); + static void getNames(STD_VECTOR <std::string> &names); /** * Updates the direction and button information. |