summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-05-13 21:56:22 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-05-13 21:56:22 +0300
commite3959691f732273e6aa23890992cac6f666115aa (patch)
tree444af9e72f5b361f879c764b60b75b039f4896f7 /indra/newview
parent812e6285c55bd8ff03cf7bb1b5fbc5e04347f20d (diff)
SL-13034 Fixed mac build error
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llvoiceclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoiceclient.h b/indra/newview/llvoiceclient.h
index 4c3f737d24..1a4d253208 100644
--- a/indra/newview/llvoiceclient.h
+++ b/indra/newview/llvoiceclient.h
@@ -499,7 +499,7 @@ protected:
**/
class LLSpeakerVolumeStorage : public LLSingleton<LLSpeakerVolumeStorage>
{
- LLSINGLETON(LLSpeakerVolumeStorage);
+ LLSINGLETON_C11(LLSpeakerVolumeStorage);
~LLSpeakerVolumeStorage();
LOG_CLASS(LLSpeakerVolumeStorage);