Network preferences: Add type specification to appease GCC2.

This commit is contained in:
Augustin Cavalier 2022-10-28 12:52:50 -04:00
parent 62ea448683
commit 6610656e8f

View File

@ -292,7 +292,7 @@ InterfaceView::_Update(bool updateWirelessNetworks)
device.GetNetworks(networks, networksCount);
}
ArrayDeleter networksDeleter(networks);
ArrayDeleter<wireless_network> networksDeleter(networks);
// go through menu items and remove networks that have dropped out
for (int32 index = 0; index < count; index++) {