BluetoothServer.cpp: fix gcc6 build

Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>
This commit is contained in:
Murai Takashi 2016-05-13 04:44:05 +09:00 committed by Augustin Cavalier
parent 43e52704ce
commit b87aa6b612
1 changed files with 1 additions and 1 deletions

View File

@ -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();