Network preferences: Add type specification to appease GCC2.
This commit is contained in:
@@ -292,7 +292,7 @@ InterfaceView::_Update(bool updateWirelessNetworks)
|
|||||||
device.GetNetworks(networks, networksCount);
|
device.GetNetworks(networks, networksCount);
|
||||||
}
|
}
|
||||||
|
|
||||||
ArrayDeleter networksDeleter(networks);
|
ArrayDeleter<wireless_network> networksDeleter(networks);
|
||||||
|
|
||||||
// go through menu items and remove networks that have dropped out
|
// go through menu items and remove networks that have dropped out
|
||||||
for (int32 index = 0; index < count; index++) {
|
for (int32 index = 0; index < count; index++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user