Skip to content

Commit c167018

Browse files
committed
missing file
1 parent e0a7608 commit c167018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indra/newview/llvoicewebrtc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ class LLVoiceWebRTCConnection :
691691
virtual void requestVoiceConnection() = 0;
692692
static void requestVoiceConnectionCoro(connectionPtr_t connection) { connection->requestVoiceConnection(); }
693693

694-
static void breakVoiceConnection(connectionPtr_t connection);
694+
static void breakVoiceConnectionCoro(connectionPtr_t connection);
695695

696696
LLVoiceClientStatusObserver::EStatusType mCurrentStatus;
697697

0 commit comments

Comments
 (0)