summaryrefslogtreecommitdiff
path: root/indra/llwebrtc/llwebrtc_impl.h
diff options
context:
space:
mode:
authorRoxie Linden <roxie@lindenlab.com>2024-02-22 23:25:27 -0800
committerRoxie Linden <roxie@lindenlab.com>2024-02-22 23:25:27 -0800
commit4057d38e969b2a9d29d111ee3b238a562e82fd9a (patch)
tree693e2fa858e6f3b353bb506358d474e9b7efdbd0 /indra/llwebrtc/llwebrtc_impl.h
parent1e5e3f130a2651d0217c6e20b8971f9f6677ab81 (diff)
coding cleanup
Diffstat (limited to 'indra/llwebrtc/llwebrtc_impl.h')
-rw-r--r--indra/llwebrtc/llwebrtc_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwebrtc/llwebrtc_impl.h b/indra/llwebrtc/llwebrtc_impl.h
index 7146267379..978d4f04e3 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() :
- mPeerCustomProcessor(nullptr), mMute(true)
+ mMute(true), mPeerCustomProcessor(nullptr)
{
}
~LLWebRTCImpl() {}