diff options
Diffstat (limited to 'Source/Core/InputCommon/ControllerEmu/ControlGroup/Buttons.h')
| -rw-r--r-- | Source/Core/InputCommon/ControllerEmu/ControlGroup/Buttons.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControllerEmu/ControlGroup/Buttons.h b/Source/Core/InputCommon/ControllerEmu/ControlGroup/Buttons.h index db61f1b8b2..68784310bb 100644 --- a/Source/Core/InputCommon/ControllerEmu/ControlGroup/Buttons.h +++ b/Source/Core/InputCommon/ControllerEmu/ControlGroup/Buttons.h @@ -15,7 +15,7 @@ class Buttons : public ControlGroup { public: explicit Buttons(const std::string& name_); - Buttons(const std::string& ini_name, const std::string& group_name); + Buttons(std::string ini_name, std::string group_name); template <typename C> void GetState(C* const buttons, const C* bitmasks) const |
