input_common/input_mapping: Default constructor
This commit is contained in:
parent
51dd3da11c
commit
12e7d3b254
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
namespace InputCommon {
|
namespace InputCommon {
|
||||||
|
|
||||||
MappingFactory::MappingFactory() {}
|
MappingFactory::MappingFactory() = default;
|
||||||
|
|
||||||
void MappingFactory::BeginMapping(Polling::InputType type) {
|
void MappingFactory::BeginMapping(Polling::InputType type) {
|
||||||
is_enabled = true;
|
is_enabled = true;
|
||||||
|
|
Reference in New Issue