diff options
author | Roxie Linden <roxie@lindenlab.com> | 2024-02-22 23:30:00 -0800 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-02-22 23:30:00 -0800 |
commit | f9d0a54fdf85510e563858412c6c6ced9b06e096 (patch) | |
tree | 6ec0ae79ad6e8811812e726454f4313ea25ac501 /indra/llwebrtc | |
parent | 4057d38e969b2a9d29d111ee3b238a562e82fd9a (diff) | |
parent | 9161d5b6e69172d9663fca85321d5d7e2c7e55fe (diff) |
Merge branch 'roxie/webrtc-voice' of github.com:secondlife/viewer-private into roxie/webrtc-voice
Diffstat (limited to 'indra/llwebrtc')
-rw-r--r-- | indra/llwebrtc/llwebrtc_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwebrtc/llwebrtc_impl.h b/indra/llwebrtc/llwebrtc_impl.h index 978d4f04e3..7146267379 100644 --- a/indra/llwebrtc/llwebrtc_impl.h +++ b/indra/llwebrtc/llwebrtc_impl.h @@ -117,7 +117,7 @@ class LLWebRTCImpl : public LLWebRTCDeviceInterface, public webrtc::AudioDeviceS { public: LLWebRTCImpl() : - mMute(true), mPeerCustomProcessor(nullptr) + mPeerCustomProcessor(nullptr), mMute(true) { } ~LLWebRTCImpl() {} |