From dd887e24d5afd103f3b7b5ca756daad50c46953e Mon Sep 17 00:00:00 2001 From: Mnikolenko Productengine Date: Tue, 17 Nov 2020 14:15:06 +0200 Subject: SL-14342 FIXED Crash: "Uninitialized param singleton LLVoiceClient" --- indra/newview/llappviewer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/newview/llappviewer.h') diff --git a/indra/newview/llappviewer.h b/indra/newview/llappviewer.h index 8f0f54de3b..69bc940312 100644 --- a/indra/newview/llappviewer.h +++ b/indra/newview/llappviewer.h @@ -194,6 +194,8 @@ public: void purgeCache(); // Clear the local cache. void purgeCacheImmediate(); //clear local cache immediately. S32 updateTextureThreads(F32 max_time); + + void loadKeyBindings(); // mute/unmute the system's master audio virtual void setMasterSystemAudioMute(bool mute); -- cgit v1.2.3