bluetooth: Fix preferences build? Works here (again)

This commit is contained in:
Alexander von Gluck IV 2016-04-17 15:07:30 -05:00
parent d16a0a9fc2
commit f0f01d2a89

View File

@ -304,7 +304,7 @@ BluetoothSettingsView::_BuildLocalDevicesMenu()
fLocalDevicesMenu = new BPopUpMenu(B_TRANSLATE("Pick device..."));
while (fLocalDevicesMenu->CountItems() > 0) {
BMenuItem* item = fLocalDevicesMenu->RemoveItem(0L);
BMenuItem* item = fLocalDevicesMenu->RemoveItem((int32)0);
if (item != NULL) {
delete item;