summaryrefslogtreecommitdiff
path: root/indra/llwebrtc/llwebrtc_impl.h
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2024-07-17 11:54:34 +0800
committerErik Kundiman <erik@megapahit.org>2024-07-17 11:54:34 +0800
commit551224d0d0c0d8866432b3610e9c042a3f4ad6ba (patch)
treed9ea5aaacbc84a034b164e2c5b08155cd93daf00 /indra/llwebrtc/llwebrtc_impl.h
parentf9fc80f5d391f780ee19b4031021819c36ff28a7 (diff)
Reenable OnDevicesUpdated on all platforms
but not as "override" on the less supported ones.
Diffstat (limited to 'indra/llwebrtc/llwebrtc_impl.h')
-rw-r--r--indra/llwebrtc/llwebrtc_impl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llwebrtc/llwebrtc_impl.h b/indra/llwebrtc/llwebrtc_impl.h
index 719c8b7eeb..eb675f4062 100644
--- a/indra/llwebrtc/llwebrtc_impl.h
+++ b/indra/llwebrtc/llwebrtc_impl.h
@@ -171,9 +171,11 @@ class LLWebRTCImpl : public LLWebRTCDeviceInterface
//
// AudioDeviceSink
//
+ void OnDevicesUpdated()
#if __x86_64__ && !__FreeBSD__
- void OnDevicesUpdated() override;
+ override
#endif
+ ;
//
// Helpers