mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Add missing parentheses to complete cast and fix bustage.
This commit is contained in:
parent
ae7824cd84
commit
c665e48609
@ -105,7 +105,7 @@ public:
|
||||
if (!aKey)
|
||||
return 0;
|
||||
|
||||
return PR_ROTATE_LEFT32(static_cast<PRUint32>aKey->mNamespaceID, 4) ^
|
||||
return PR_ROTATE_LEFT32(static_cast<PRUint32>(aKey->mNamespaceID), 4) ^
|
||||
NS_PTR_TO_INT32(aKey->mLocalName);
|
||||
}
|
||||
enum { ALLOW_MEMMOVE = PR_TRUE };
|
||||
|
Loading…
Reference in New Issue
Block a user