summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2023-01-12 05:10:01 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2023-01-12 05:10:01 +0200
commit252a590c6a3ffbd44952c88f217f0ab22406b449 (patch)
treeb956b67eb2e56b665133c9a04bc1ad568e22e2db /indra/newview
parentbb28e9e4aa0edb06b8824eb3b8245f559980ba03 (diff)
DRTVWR-573 add missed argument
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llimview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp
index 439e87564a..f2c2f82cdb 100644
--- a/indra/newview/llimview.cpp
+++ b/indra/newview/llimview.cpp
@@ -1244,7 +1244,7 @@ void LLIMModel::addMessage(const LLUUID& session_id, const std::string& from, co
void LLIMModel::processAddingMessage(const LLUUID& session_id, const std::string& from, const LLUUID& from_id,
const std::string& utf8_text, bool log2file /* = true */, bool is_region_msg /* = false */)
{
- LLIMSession* session = addMessageSilently(session_id, from, from_id, utf8_text, log2file);
+ LLIMSession* session = addMessageSilently(session_id, from, from_id, utf8_text, log2file, is_region_msg);
if (!session) return;
//good place to add some1 to recent list