diff options
| author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2025-11-26 19:44:20 +0200 |
|---|---|---|
| committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2025-11-26 19:44:20 +0200 |
| commit | ec149b515c26cec64d1666df5aeb441ea052cf19 (patch) | |
| tree | 1b16656f9761d136e8bd8c60aa936e57ba9a758a | |
| parent | 6ee41d60753d31d6826994731570f0ab64b92bd9 (diff) | |
#5018 mac build fix
| -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 2a00e066bd..c1e909df72 100644 --- a/indra/llwebrtc/llwebrtc_impl.h +++ b/indra/llwebrtc/llwebrtc_impl.h @@ -648,7 +648,7 @@ class LLWebRTCPeerConnectionImpl : public LLWebRTCPeerConnectionInterface, void enableSenderTracks(bool enable); void enableReceiverTracks(bool enable); - void gatherConnectionStats(); + void gatherConnectionStats() override; protected: |
