diff options
Diffstat (limited to 'Source/Core/InputCommon/ControllerEmu/Control/Output.cpp')
| -rw-r--r-- | Source/Core/InputCommon/ControllerEmu/Control/Output.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/InputCommon/ControllerEmu/Control/Output.cpp b/Source/Core/InputCommon/ControllerEmu/Control/Output.cpp index 9089b15b7f..568035d106 100644 --- a/Source/Core/InputCommon/ControllerEmu/Control/Output.cpp +++ b/Source/Core/InputCommon/ControllerEmu/Control/Output.cpp @@ -10,8 +10,8 @@ namespace ControllerEmu { -Output::Output(bool translate, const std::string& name_) - : Control(std::make_unique<OutputReference>(), translate, name_) +Output::Output(Translatability translate_, const std::string& name_) + : Control(std::make_unique<OutputReference>(), translate_, name_) { } } // namespace ControllerEmu |
