diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-08-17 20:12:09 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-08-17 20:12:09 +0300 |
commit | 8e8c68720b936a3bd7e907639a966918d48e57bc (patch) | |
tree | 20a7c4ccf62cd8052e4e198dc75b75a95e889df4 /indra/newview/llvoicevivox.cpp | |
parent | 0191ee5f6f96eafa20e838ee1737eea58dafb1de (diff) |
SL-17973 updated inappropriate arg
Diffstat (limited to 'indra/newview/llvoicevivox.cpp')
-rw-r--r-- | indra/newview/llvoicevivox.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp index cfe927ecc0..c3115e2b45 100644 --- a/indra/newview/llvoicevivox.cpp +++ b/indra/newview/llvoicevivox.cpp @@ -4527,9 +4527,7 @@ void LLVivoxVoiceClient::messageEvent( IM_NOTHING_SPECIAL, // default arg 0, // default arg LLUUID::null, // default arg - LLVector3::zero, // default arg - true); // prepend name and make it a link to the user's profile - + LLVector3::zero); // default arg } } } |