diff options
Diffstat (limited to 'indra/newview/llvoicewebrtc.h')
-rw-r--r-- | indra/newview/llvoicewebrtc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoicewebrtc.h b/indra/newview/llvoicewebrtc.h index 930018b123..b765126af3 100644 --- a/indra/newview/llvoicewebrtc.h +++ b/indra/newview/llvoicewebrtc.h @@ -691,7 +691,7 @@ class LLVoiceWebRTCConnection : virtual void requestVoiceConnection() = 0; static void requestVoiceConnectionCoro(connectionPtr_t connection) { connection->requestVoiceConnection(); } - static void breakVoiceConnectionCoro(connectionPtr_t connection); + static void breakVoiceConnection(connectionPtr_t connection); LLVoiceClientStatusObserver::EStatusType mCurrentStatus; |