MAINT-4952: fix NewResourceUploadInfo member initialization list.
parent
eca87bb24f
commit
f25179f148
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue