We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a7608 commit c167018Copy full SHA for c167018
indra/newview/llvoicewebrtc.h
@@ -691,7 +691,7 @@ class LLVoiceWebRTCConnection :
691
virtual void requestVoiceConnection() = 0;
692
static void requestVoiceConnectionCoro(connectionPtr_t connection) { connection->requestVoiceConnection(); }
693
694
- static void breakVoiceConnection(connectionPtr_t connection);
+ static void breakVoiceConnectionCoro(connectionPtr_t connection);
695
696
LLVoiceClientStatusObserver::EStatusType mCurrentStatus;
697
0 commit comments