зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1509916 - use less C-style casting in nsTHashtable.h; r=erahm
This commit is contained in:
Родитель
f3d54e91cf
Коммит
eaf93d7334
|
@ -451,7 +451,7 @@ bool
|
|||
nsTHashtable<EntryType>::s_MatchEntry(const PLDHashEntryHdr* aEntry,
|
||||
const void* aKey)
|
||||
{
|
||||
return ((const EntryType*)aEntry)->KeyEquals(
|
||||
return (static_cast<const EntryType*>(aEntry))->KeyEquals(
|
||||
static_cast<KeyTypePointer>(aKey));
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче