diff options
Diffstat (limited to 'device/bluetooth/bluetooth_device_win.h')
-rw-r--r-- | device/bluetooth/bluetooth_device_win.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/device/bluetooth/bluetooth_device_win.h b/device/bluetooth/bluetooth_device_win.h index 9e56bc0..b1e9d80 100644 --- a/device/bluetooth/bluetooth_device_win.h +++ b/device/bluetooth/bluetooth_device_win.h @@ -18,7 +18,8 @@ class BluetoothAdapterWin; class BluetoothDeviceWin : public BluetoothDevice { public: - BluetoothDeviceWin(const BluetoothTaskManagerWin::DeviceState& state); + explicit BluetoothDeviceWin( + const BluetoothTaskManagerWin::DeviceState& state); virtual ~BluetoothDeviceWin(); void SetVisible(bool visible); |