Skip to content

Commit

Permalink
Fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansariel committed Mar 2, 2024
1 parent 620558b commit 088b58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indra/newview/llvoicevivox.h
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ class LLVivoxVoiceClient : public LLSingleton<LLVivoxVoiceClient>,
virtual void removeObserver(LLVoiceClientParticipantObserver* observer) override;

// <FS:Ansariel> 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);
}
Expand Down

0 comments on commit 088b58c

Please sign in to comment.