From 1f177d837c51c0b5751204ffbd39c5e1e7a51212 Mon Sep 17 00:00:00 2001 From: Roxie Linden Date: Mon, 11 Mar 2024 14:41:12 -0700 Subject: fixup tabs --- indra/newview/llvoiceclient.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'indra/newview/llvoiceclient.h') diff --git a/indra/newview/llvoiceclient.h b/indra/newview/llvoiceclient.h index 46dd325e21..02f73cde7a 100644 --- a/indra/newview/llvoiceclient.h +++ b/indra/newview/llvoiceclient.h @@ -96,10 +96,10 @@ public: struct LLVoiceVersionInfo { std::string voiceServerType; - std::string internalVoiceServerType; - int majorVersion; - int minorVersion; - std::string serverVersion; + std::string internalVoiceServerType; + int majorVersion; + int minorVersion; + std::string serverVersion; std::string mBuildVersion; }; @@ -205,7 +205,7 @@ public: virtual bool inProximalChannel()=0; virtual void setNonSpatialChannel(const LLSD& channelInfo, - bool notify_on_first_join, + bool notify_on_first_join, bool hangup_on_last_leave)=0; virtual bool setSpatialChannel(const LLSD& channelInfo)=0; @@ -474,13 +474,13 @@ public: //@} void setSpatialVoiceModule(const std::string& voice_server_type); - void setNonSpatialVoiceModule(const std::string &voice_server_type); + void setNonSpatialVoiceModule(const std::string &voice_server_type); void userAuthorized(const std::string& user_id, const LLUUID &agentID); - void onRegionChanged(); - void onSimulatorFeaturesReceived(const LLUUID ®ion_id); + void onRegionChanged(); + void onSimulatorFeaturesReceived(const LLUUID ®ion_id); void addObserver(LLVoiceClientStatusObserver* observer); void removeObserver(LLVoiceClientStatusObserver* observer); -- cgit v1.2.3