Initialize name even if the driver is not opened.
This commit is contained in:
parent
0223444665
commit
0ed2a23ffe
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ void DBusInputDriver::run()
|
|||
|
||||
DBusInputDriver::DBusInputDriver() : is_open(false)
|
||||
{
|
||||
|
||||
name = "DBusInputDriver";
|
||||
}
|
||||
|
||||
DBusInputDriver::~DBusInputDriver()
|
||||
|
|
|
|||
Loading…
Reference in a new issue