summaryrefslogtreecommitdiff
path: root/indra/newview/llvoiceclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llvoiceclient.cpp')
-rw-r--r--indra/newview/llvoiceclient.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llvoiceclient.cpp b/indra/newview/llvoiceclient.cpp
index 35753178f7..9b311bbb81 100644
--- a/indra/newview/llvoiceclient.cpp
+++ b/indra/newview/llvoiceclient.cpp
@@ -385,11 +385,11 @@ void LLVoiceClient::callUser(const LLUUID &uuid)
if (mVoiceModule) mVoiceModule->callUser(uuid);
}
-bool LLVoiceClient::invitePending(std::string &channelHandle)
+bool LLVoiceClient::isValidChannel(std::string &session_handle)
{
if (mVoiceModule)
{
- return mVoiceModule->invitePending(channelHandle);
+ return mVoiceModule->isValidChannel(session_handle);
}
else
{