diff options
author | Oz Linden <oz@lindenlab.com> | 2013-01-15 17:17:51 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-01-15 17:17:51 -0500 |
commit | 5c68b2456e8603322a1f12694c196246752bab53 (patch) | |
tree | 16cab1b1f69593796c8b08d6d29f41085e21563d /indra/newview/llfloaterbulkpermission.h | |
parent | b75fc0af897124a05ab3842bdfc60f428d22e051 (diff) | |
parent | c3c8ae2782df14cf923c4c4954566ab6f1446340 (diff) |
update fix for storm-1892 based on qa
Diffstat (limited to 'indra/newview/llfloaterbulkpermission.h')
-rw-r--r-- | indra/newview/llfloaterbulkpermission.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/indra/newview/llfloaterbulkpermission.h b/indra/newview/llfloaterbulkpermission.h index 58e4467f4d..25e76eca65 100644 --- a/indra/newview/llfloaterbulkpermission.h +++ b/indra/newview/llfloaterbulkpermission.h @@ -95,6 +95,21 @@ private: LLUUID mCurrentObjectID; BOOL mDone; + bool mBulkChangeIncludeAnimations; + bool mBulkChangeIncludeBodyParts; + bool mBulkChangeIncludeClothing; + bool mBulkChangeIncludeGestures; + bool mBulkChangeIncludeNotecards; + bool mBulkChangeIncludeObjects; + bool mBulkChangeIncludeScripts; + bool mBulkChangeIncludeSounds; + bool mBulkChangeIncludeTextures; + bool mBulkChangeShareWithGroup; + bool mBulkChangeEveryoneCopy; + bool mBulkChangeNextOwnerModify; + bool mBulkChangeNextOwnerCopy; + bool mBulkChangeNextOwnerTransfer; + LLUUID mID; const char* mStartString; |