diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-05-13 21:56:22 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-05-13 21:56:22 +0300 |
commit | e3959691f732273e6aa23890992cac6f666115aa (patch) | |
tree | 444af9e72f5b361f879c764b60b75b039f4896f7 /indra/newview | |
parent | 812e6285c55bd8ff03cf7bb1b5fbc5e04347f20d (diff) |
SL-13034 Fixed mac build error
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llvoiceclient.h | 2 |
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); |