linter
This commit is contained in:
@@ -28,7 +28,7 @@ auto Input::get() -> Input* {
|
||||
|
||||
// Constructor
|
||||
Input::Input(const std::string& game_controller_db_path)
|
||||
: game_controller_db_path_(std::move(game_controller_db_path)) {
|
||||
: game_controller_db_path_(game_controller_db_path) {
|
||||
// Busca si hay mandos conectados
|
||||
discoverGameControllers();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user