mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Add PR_CALLBACK to declaration of PLDHashTableEnumeratorImpl::Enumerator as well.
This commit is contained in:
parent
412eb71cd2
commit
fb2f6b8e34
@ -3045,7 +3045,7 @@ private:
|
||||
PLDHashTableEnumeratorImpl *impl;
|
||||
};
|
||||
|
||||
static PLDHashOperator Enumerator(PLDHashTable *table,
|
||||
static PLDHashOperator PR_CALLBACK Enumerator(PLDHashTable *table,
|
||||
PLDHashEntryHdr *hdr, PRUint32 number,
|
||||
void *data);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user