diff --git a/indra/newview/llviewermenufile.h b/indra/newview/llviewermenufile.h index 76704e8edd..297895cbf0 100755 --- a/indra/newview/llviewermenufile.h +++ b/indra/newview/llviewermenufile.h @@ -60,8 +60,8 @@ public: mDisplayName(displayName), mCompressionInfo(compressionInfo), mNextOwnerPerms(nextOWnerPerms), - mGroupPerms(mGroupPerms), - mEveryonePerms(mEveryonePerms), + mGroupPerms(groupPerms), + mEveryonePerms(everyonePerms), mExpectedUploadCost(expectedCost), mInventoryType(inventoryType), mDestinationFolderType(destinationType)