input_common/input_mapping: Default constructor
This commit is contained in:
parent
1bd76dcb77
commit
5f80c764b0
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
namespace InputCommon {
|
||||
|
||||
MappingFactory::MappingFactory() {}
|
||||
MappingFactory::MappingFactory() = default;
|
||||
|
||||
void MappingFactory::BeginMapping(Polling::InputType type) {
|
||||
is_enabled = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue