diff options
Diffstat (limited to 'indra/llcommon')
-rwxr-xr-x | indra/llcommon/roles_constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/roles_constants.h b/indra/llcommon/roles_constants.h index 598cd48e22..8fd7978fa1 100755 --- a/indra/llcommon/roles_constants.h +++ b/indra/llcommon/roles_constants.h @@ -60,7 +60,7 @@ enum LLRoleChangeType // bit 0x1 << 46 (GP_PROPOSAL_VIEW) const U64 GP_NO_POWERS = 0x0; -const U64 GP_ALL_POWERS = 0xFFFFFFFFFFFFFFFFLL; +const U64 GP_ALL_POWERS = 0xFFFFffffFFFFffffLL; // Membership const U64 GP_MEMBER_INVITE = 0x1LL << 1; // Invite member |