From f0f01d2a89d044379e81f2b9fe0e1b22f858ba7d Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Sun, 17 Apr 2016 15:07:30 -0500 Subject: [PATCH] bluetooth: Fix preferences build? Works here (again) --- src/preferences/bluetooth/BluetoothSettingsView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/preferences/bluetooth/BluetoothSettingsView.cpp b/src/preferences/bluetooth/BluetoothSettingsView.cpp index 0e9a6a06c9..d30472baff 100644 --- a/src/preferences/bluetooth/BluetoothSettingsView.cpp +++ b/src/preferences/bluetooth/BluetoothSettingsView.cpp @@ -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;