diff --git a/src/preferences/network/InterfaceView.cpp b/src/preferences/network/InterfaceView.cpp index ef0499bd1e..6de232bfb4 100644 --- a/src/preferences/network/InterfaceView.cpp +++ b/src/preferences/network/InterfaceView.cpp @@ -292,7 +292,7 @@ InterfaceView::_Update(bool updateWirelessNetworks) device.GetNetworks(networks, networksCount); } - ArrayDeleter networksDeleter(networks); + ArrayDeleter networksDeleter(networks); // go through menu items and remove networks that have dropped out for (int32 index = 0; index < count; index++) {