Fix problem for HP Native compiler which does not allow 'deletes' on void *.
Judson ok'd the fix
This commit is contained in:
Родитель
a16b5c49c6
Коммит
3a6cd8fce9
|
@ -57,7 +57,7 @@ PRBool DeleteAdjacencyEntry(nsHashKey *aKey, void *aData, void* closure) {
|
|||
NS_RELEASE(vertex);
|
||||
edges->RemoveElementAt(0);
|
||||
}
|
||||
delete entry->data;
|
||||
delete (nsVoidArray *)entry->data;
|
||||
delete entry;
|
||||
return PR_TRUE;
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче