summaryrefslogtreecommitdiff
path: root/indra/newview/llavataractions.cpp
diff options
context:
space:
mode:
authorRoxie Linden <roxie@lindenlab.com>2010-04-22 15:10:36 -0700
committerRoxie Linden <roxie@lindenlab.com>2010-04-22 15:10:36 -0700
commitcdc42c49b24415448baf32e4ef40f56ffe697bb3 (patch)
tree8bbfa5f51ea70d1b48015efa75b57803d9b40d05 /indra/newview/llavataractions.cpp
parent6837f660380d1d5ddff021e6c14273937ff11036 (diff)
parent5e727964dbd6d5e55dd3a0921e8e1f0f77a99747 (diff)
automated merge
Diffstat (limited to 'indra/newview/llavataractions.cpp')
-rw-r--r--indra/newview/llavataractions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llavataractions.cpp b/indra/newview/llavataractions.cpp
index 764d54a987..00d9bbe18b 100644
--- a/indra/newview/llavataractions.cpp
+++ b/indra/newview/llavataractions.cpp
@@ -286,7 +286,7 @@ bool LLAvatarActions::isCalling(const LLUUID &id)
//static
bool LLAvatarActions::canCall()
{
- return LLVoiceClient::voiceEnabled() && gVoiceClient->voiceWorking();
+ return LLVoiceClient::getInstance()->voiceEnabled() && LLVoiceClient::getInstance()->isVoiceWorking();
}
// static