From 4057d38e969b2a9d29d111ee3b238a562e82fd9a Mon Sep 17 00:00:00 2001 From: Roxie Linden Date: Thu, 22 Feb 2024 23:25:27 -0800 Subject: coding cleanup --- indra/llwebrtc/llwebrtc_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/llwebrtc/llwebrtc_impl.h') 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() {} -- cgit v1.2.3