summaryrefslogtreecommitdiff
path: root/indra/newview/llvoicewebrtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llvoicewebrtc.h')
-rw-r--r--indra/newview/llvoicewebrtc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llvoicewebrtc.h b/indra/newview/llvoicewebrtc.h
index fcd4c04e98..60724a4a2a 100644
--- a/indra/newview/llvoicewebrtc.h
+++ b/indra/newview/llvoicewebrtc.h
@@ -271,7 +271,7 @@ public:
participantStatePtr_t findParticipantByID(const LLUUID& id);
static ptr_t matchSessionByChannelID(const std::string& channel_id);
-
+
void shutdownAllConnections();
void revive();
@@ -444,7 +444,7 @@ private:
/// Clean up objects created during a voice session.
void cleanUp();
- LL::WorkQueue::weak_t mMainQueue;
+ LL::WorkQueue::weak_t mMainQueue;
bool mTuningMode;
F32 mTuningMicGain;
@@ -605,7 +605,7 @@ class LLVoiceWebRTCConnection :
void processIceUpdates();
void processIceUpdatesCoro();
-
+
virtual void setMuteMic(bool muted);
virtual void setMicGain(F32 volume);
virtual void setSpeakerVolume(F32 volume);