summaryrefslogtreecommitdiff
path: root/indra/newview/llvoiceclient.cpp
diff options
context:
space:
mode:
authorAura Linden <aura@lindenlab.com>2014-08-15 18:49:54 -0700
committerAura Linden <aura@lindenlab.com>2014-08-15 18:49:54 -0700
commit370aa671c66cfd5e2a338602d2e9765e9ea103f8 (patch)
tree50107cbacb8466e5fe96ffbfd369075f850c0cc7 /indra/newview/llvoiceclient.cpp
parent75406641836fee796428216df82b7e29ad24443a (diff)
Allegedly hides voice position on teleport. Needs testing.
Diffstat (limited to 'indra/newview/llvoiceclient.cpp')
-rwxr-xr-xindra/newview/llvoiceclient.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llvoiceclient.cpp b/indra/newview/llvoiceclient.cpp
index 815965fb0a..2d195be0eb 100755
--- a/indra/newview/llvoiceclient.cpp
+++ b/indra/newview/llvoiceclient.cpp
@@ -160,6 +160,13 @@ void LLVoiceClient::userAuthorized(const std::string& user_id, const LLUUID &age
mVoiceModule->userAuthorized(user_id, agentID);
}
+void LLVoiceClient::setHidden(bool hidden)
+{
+ if (mVoiceModule)
+ {
+ mVoiceModule->setHidden(hidden);
+ }
+}
void LLVoiceClient::terminate()
{