input_common/input_mapping: Remove const from return value

Top-level const on a return by value can inhibit move semantics, and is
unnecessary.
This commit is contained in:
Lioncash 2022-01-24 11:39:17 -05:00
parent 12e7d3b254
commit 8bb39750a1
4 changed files with 4 additions and 4 deletions

View file

@ -20,7 +20,7 @@ public:
void BeginMapping(Polling::InputType type);
/// Returns an input event with mapping information from the input_queue
[[nodiscard]] const Common::ParamPackage GetNextInput();
[[nodiscard]] Common::ParamPackage GetNextInput();
/**
* Registers mapping input data from the driver