bluetooth: Fix preferences build? Works here (again)
This commit is contained in:
parent
d16a0a9fc2
commit
f0f01d2a89
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user