зеркало из https://github.com/mozilla/pjs.git
Add missing parentheses to complete cast and fix bustage.
This commit is contained in:
Родитель
690ab1ce6b
Коммит
4c6b5e45b0
|
@ -105,7 +105,7 @@ public:
|
||||||
if (!aKey)
|
if (!aKey)
|
||||||
return 0;
|
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);
|
NS_PTR_TO_INT32(aKey->mLocalName);
|
||||||
}
|
}
|
||||||
enum { ALLOW_MEMMOVE = PR_TRUE };
|
enum { ALLOW_MEMMOVE = PR_TRUE };
|
||||||
|
|
Загрузка…
Ссылка в новой задаче