diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-08-03 20:40:40 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-08-03 22:05:01 +0300 |
commit | a26573fefe2a3599c1c920722dec519c9481dc64 (patch) | |
tree | 7f37d97b2d2e416038cb57e1a17729d0b10c89ec /indra/newview/llpanelvolumepulldown.h | |
parent | 2a87b64d26fba502e6b8514084d91b1f79965fd1 (diff) |
SL-18049 Part 1; Allow voice to be enabled in second instance
Diffstat (limited to 'indra/newview/llpanelvolumepulldown.h')
-rw-r--r-- | indra/newview/llpanelvolumepulldown.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelvolumepulldown.h b/indra/newview/llpanelvolumepulldown.h index e907bb0c78..3243d2e968 100644 --- a/indra/newview/llpanelvolumepulldown.h +++ b/indra/newview/llpanelvolumepulldown.h @@ -43,7 +43,7 @@ class LLPanelVolumePulldown : public LLPanelPulldown void onClickSetSounds(); // Disables "Allow Media to auto play" check box only when both // "Streaming Music" and "Media" are unchecked. Otherwise enables it. - void updateMediaAutoPlayCheckbox(LLUICtrl* ctrl); + void updateCheckbox(LLUICtrl* ctrl, const LLSD& user_data); void onAdvancedButtonClick(const LLSD& user_data); }; |