diff options
Diffstat (limited to 'indra/newview/llimview.h')
-rw-r--r-- | indra/newview/llimview.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/llimview.h b/indra/newview/llimview.h index 2f084d1392..93a1a95b23 100644 --- a/indra/newview/llimview.h +++ b/indra/newview/llimview.h @@ -380,7 +380,7 @@ public: LLUUID addSession(const std::string& name, EInstantMessage dialog, const LLUUID& other_participant_id, - const LLSD& voiceChannelInfo = LLSD()); + const LLSD& voiceChannelInfo = LLSD()); // Adds a session using a specific group of starting agents // the dialog type is assumed correct. Returns the uuid of the session. @@ -388,8 +388,8 @@ public: LLUUID addSession(const std::string& name, EInstantMessage dialog, const LLUUID& other_participant_id, - const std::vector<LLUUID> &ids, - const LLSD& voiceChannelInfo = LLSD(), + const std::vector<LLUUID> &ids, + const LLSD& voiceChannelInfo = LLSD(), const LLUUID& floater_id = LLUUID::null); /** @@ -415,7 +415,7 @@ public: const std::string& caller_name, EInstantMessage type, EInvitationType inv_type, - const LLSD &voice_channel_info = LLSD() + const LLSD &voice_channel_info = LLSD() ); void processIMTypingStart(const LLUUID& from_id, const EInstantMessage im_type); |