From 30f6fed1813cb9b34353ed9c77f070ab5116f160 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Sun, 17 Apr 2016 13:38:04 -0500 Subject: [PATCH] bluetooth: Fix preferences build --- 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 a158f45b372..0e9a6a06c94 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(0); + BMenuItem* item = fLocalDevicesMenu->RemoveItem(0L); if (item != NULL) { delete item;