Network: gcc 4 build fix.
This commit is contained in:
@@ -368,9 +368,9 @@ NetworkWindow::_ScanAddOns()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
for (PathMap::const_iterator iterator = addOnMap.begin();
|
for (PathMap::const_iterator addOnIterator = addOnMap.begin();
|
||||||
iterator != addOnMap.end(); iterator++) {
|
addOnIterator != addOnMap.end(); addOnIterator++) {
|
||||||
const BPath& path = iterator->second;
|
const BPath& path = addOnIterator->second;
|
||||||
|
|
||||||
image_id image = load_add_on(path.Path());
|
image_id image = load_add_on(path.Path());
|
||||||
if (image < 0) {
|
if (image < 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user