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); }