summaryrefslogtreecommitdiff
path: root/indra/newview/llpanellandaudio.h
diff options
context:
space:
mode:
authorsimon@lindenlab.com <simon@lindenlab.com>2011-06-20 09:28:10 -0700
committersimon@lindenlab.com <simon@lindenlab.com>2011-06-20 09:28:10 -0700
commitc0c0a2b9a5f41fc06619330a81c34955a39ddfe2 (patch)
treefd193e82ce7d2d679b4fe4d6652f9e2a64f50d32 /indra/newview/llpanellandaudio.h
parent9a02a4a1ea9634e96222cf79599d853dbef33268 (diff)
ER-944: Add feature to control user sounds on a parcel. Added new checkboxes
to the About Land / Sound tab. Reviewed by Kelly.
Diffstat (limited to 'indra/newview/llpanellandaudio.h')
-rw-r--r--indra/newview/llpanellandaudio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanellandaudio.h b/indra/newview/llpanellandaudio.h
index 4b0953bdc1..32a45100f4 100644
--- a/indra/newview/llpanellandaudio.h
+++ b/indra/newview/llpanellandaudio.h
@@ -52,6 +52,8 @@ private:
LLCheckBoxCtrl* mCheckParcelVoiceLocal;
LLLineEditor* mMusicURLEdit;
LLCheckBoxCtrl* mMusicUrlCheck;
+ LLCheckBoxCtrl* mCheckAVSoundAny;
+ LLCheckBoxCtrl* mCheckAVSoundGroup;
LLSafeHandle<LLParcelSelection>& mParcel;
};