Made a function static to remove a warning.

This commit is contained in:
mcmullen%netscape.com 1999-03-05 21:35:23 +00:00
Родитель 95f1e4722d
Коммит 8c366d4625
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -61,7 +61,7 @@ nsProperties::nsProperties()
mTable = nsnull; mTable = nsnull;
} }
PR_CALLBACK PRIntn PR_STATIC_CALLBACK(PRIntn)
FreeHashEntries(PLHashEntry* he, PRIntn i, void* arg) FreeHashEntries(PLHashEntry* he, PRIntn i, void* arg)
{ {
delete[] (PRUnichar*)he->key; delete[] (PRUnichar*)he->key;

Просмотреть файл

@ -61,7 +61,7 @@ nsProperties::nsProperties()
mTable = nsnull; mTable = nsnull;
} }
PR_CALLBACK PRIntn PR_STATIC_CALLBACK(PRIntn)
FreeHashEntries(PLHashEntry* he, PRIntn i, void* arg) FreeHashEntries(PLHashEntry* he, PRIntn i, void* arg)
{ {
delete[] (PRUnichar*)he->key; delete[] (PRUnichar*)he->key;