Skip to content

Commit

Permalink
bluetooth: Fix preferences build
Browse files Browse the repository at this point in the history
  • Loading branch information
kallisti5 committed Apr 17, 2016
1 parent f6ed4d0 commit 30f6fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/preferences/bluetooth/BluetoothSettingsView.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 30f6fed

Please sign in to comment.