From e3959691f732273e6aa23890992cac6f666115aa Mon Sep 17 00:00:00 2001
From: Andrey Kleshchev <andreykproductengine@lindenlab.com>
Date: Wed, 13 May 2020 21:56:22 +0300
Subject: [PATCH] SL-13034 Fixed mac build error

---
 indra/newview/llvoiceclient.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/llvoiceclient.h b/indra/newview/llvoiceclient.h
index 4c3f737d245..1a4d2532082 100644
--- a/indra/newview/llvoiceclient.h
+++ b/indra/newview/llvoiceclient.h
@@ -499,7 +499,7 @@ class LLVoiceClient: public LLParamSingleton<LLVoiceClient>
  **/
 class LLSpeakerVolumeStorage : public LLSingleton<LLSpeakerVolumeStorage>
 {
-	LLSINGLETON(LLSpeakerVolumeStorage);
+	LLSINGLETON_C11(LLSpeakerVolumeStorage);
 	~LLSpeakerVolumeStorage();
 	LOG_CLASS(LLSpeakerVolumeStorage);
 
-- 
GitLab