diff options
author | Roxanne Skelly <roxanne@roxiware.com> | 2024-05-03 15:07:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-03 15:07:20 -0700 |
commit | 818c8c6deaa755c02b64fb03766ee03d66021968 (patch) | |
tree | 75bf206410bff1c655a15dd80ca05abdab81f581 /indra/llwebrtc/llwebrtc_impl.h | |
parent | b425165addbe1c141e050556ff4aa18c8d042dab (diff) | |
parent | cce51e98b188371fa864291f943452188d0e0a94 (diff) |
Merge pull request #1401 from secondlife/webrtc-voice
Diffstat (limited to 'indra/llwebrtc/llwebrtc_impl.h')
-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 e1031099c7..984aaef734 100644 --- a/indra/llwebrtc/llwebrtc_impl.h +++ b/indra/llwebrtc/llwebrtc_impl.h @@ -276,7 +276,7 @@ class LLWebRTCPeerConnectionImpl : public LLWebRTCPeerConnectionInterface, { public: LLWebRTCPeerConnectionImpl(); - ~LLWebRTCPeerConnectionImpl() {} + ~LLWebRTCPeerConnectionImpl(); void init(LLWebRTCImpl * webrtc_impl); void terminate(); |