BluetoothServer.cpp: fix gcc6 build
Signed-off-by: Augustin Cavalier <[email protected]>
This commit is contained in:
committed by
Augustin Cavalier
parent
43e52704ce
commit
b87aa6b612
@@ -74,7 +74,7 @@ bool BluetoothServer::QuitRequested(void)
|
||||
{
|
||||
LocalDeviceImpl* lDeviceImpl = NULL;
|
||||
while ((lDeviceImpl = (LocalDeviceImpl*)
|
||||
fLocalDevicesList.RemoveItem((int32)0)) != NULL)
|
||||
fLocalDevicesList.RemoveItemAt(0)) != NULL)
|
||||
delete lDeviceImpl;
|
||||
|
||||
_RemoveDeskbarIcon();
|
||||
|
||||
Reference in New Issue
Block a user