From 088b58c633007c5b6ca16e04b8a1d44d643792c1 Mon Sep 17 00:00:00 2001 From: Ansariel Date: Sat, 2 Mar 2024 22:42:31 +0100 Subject: [PATCH] Fix the build --- indra/newview/llvoicevivox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llvoicevivox.h b/indra/newview/llvoicevivox.h index 3f1d4bd755..2eacc94943 100644 --- a/indra/newview/llvoicevivox.h +++ b/indra/newview/llvoicevivox.h @@ -209,7 +209,7 @@ public: virtual void removeObserver(LLVoiceClientParticipantObserver* observer) override; // Add callback for user volume change - boost::signals2::connection setUserVolumeUpdateCallback(const user_voice_volume_change_callback_t::slot_type& cb) override; + boost::signals2::connection setUserVolumeUpdateCallback(const user_voice_volume_change_callback_t::slot_type& cb) override { return mUserVolumeUpdateSignal.connect(cb); }