diff options
Diffstat (limited to 'src/input_common/helpers/stick_from_buttons.h')
-rw-r--r-- | src/input_common/helpers/stick_from_buttons.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/input_common/helpers/stick_from_buttons.h b/src/input_common/helpers/stick_from_buttons.h index 87165e022..1d6e24c98 100644 --- a/src/input_common/helpers/stick_from_buttons.h +++ b/src/input_common/helpers/stick_from_buttons.h @@ -25,8 +25,7 @@ public: * - "modifier": a serialized ParamPackage for creating a button device as the modifier * - "modifier_scale": a float for the multiplier the modifier gives to the position */ - std::unique_ptr<Input::InputDevice> Create( - const Common::ParamPackage& params) override; + std::unique_ptr<Input::InputDevice> Create(const Common::ParamPackage& params) override; }; } // namespace InputCommon |