diff options
author | Roxie Linden <roxie@lindenlab.com> | 2024-02-07 13:22:28 -0800 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-02-08 18:37:09 -0800 |
commit | d0cf247c2af3fbbdd023afe7abac8b7d83f9f8b9 (patch) | |
tree | 031c152f5ca7fd82df29b5f78a716e260098a77b /indra/newview/llimview.h | |
parent | 90efc71ef9f0fa43d6b3b8d2ebc8bda1556b669f (diff) |
P2P checkpoint
Diffstat (limited to 'indra/newview/llimview.h')
-rw-r--r-- | indra/newview/llimview.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llimview.h b/indra/newview/llimview.h index 946eb02f26..49c73bd495 100644 --- a/indra/newview/llimview.h +++ b/indra/newview/llimview.h @@ -417,7 +417,8 @@ public: EInstantMessage type, EInvitationType inv_type, const std::string& session_handle = LLStringUtil::null, - const std::string& session_uri = LLStringUtil::null); + const std::string& session_uri = LLStringUtil::null, + const std::string& voice_server_type = LLStringUtil::null); void processIMTypingStart(const LLUUID& from_id, const EInstantMessage im_type); void processIMTypingStop(const LLUUID& from_id, const EInstantMessage im_type); |