diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2018-09-21 18:24:12 +0300 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2018-09-21 18:24:12 +0300 |
commit | 339a5449fc89700ee22c53ecd60adbed6faba1a5 (patch) | |
tree | fcb37486542966795187a708795a2f64a8e38e0f /indra/newview/llfloaterbulkpermission.h | |
parent | 6c9e4e3cf0f7c594034025499654b920d546671a (diff) |
SL-9714 [EEP] Allow changing permissions of environment settings using the bulk perms floater
Diffstat (limited to 'indra/newview/llfloaterbulkpermission.h')
-rw-r--r-- | indra/newview/llfloaterbulkpermission.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterbulkpermission.h b/indra/newview/llfloaterbulkpermission.h index 0c042c3ee3..1afc876bba 100644 --- a/indra/newview/llfloaterbulkpermission.h +++ b/indra/newview/llfloaterbulkpermission.h @@ -102,6 +102,7 @@ private: bool mBulkChangeIncludeScripts; bool mBulkChangeIncludeSounds; bool mBulkChangeIncludeTextures; + bool mBulkChangeIncludeSettings; bool mBulkChangeShareWithGroup; bool mBulkChangeEveryoneCopy; bool mBulkChangeNextOwnerModify; |