зеркало из https://github.com/mozilla/pjs.git
Made a function static to remove a warning.
This commit is contained in:
Родитель
c383cd8575
Коммит
5a7ce034d2
|
@ -61,7 +61,7 @@ nsProperties::nsProperties()
|
|||
mTable = nsnull;
|
||||
}
|
||||
|
||||
PR_CALLBACK PRIntn
|
||||
PR_STATIC_CALLBACK(PRIntn)
|
||||
FreeHashEntries(PLHashEntry* he, PRIntn i, void* arg)
|
||||
{
|
||||
delete[] (PRUnichar*)he->key;
|
||||
|
|
|
@ -61,7 +61,7 @@ nsProperties::nsProperties()
|
|||
mTable = nsnull;
|
||||
}
|
||||
|
||||
PR_CALLBACK PRIntn
|
||||
PR_STATIC_CALLBACK(PRIntn)
|
||||
FreeHashEntries(PLHashEntry* he, PRIntn i, void* arg)
|
||||
{
|
||||
delete[] (PRUnichar*)he->key;
|
||||
|
|
Загрузка…
Ссылка в новой задаче