summaryrefslogtreecommitdiff
path: root/indra/newview/llnotificationhinthandler.cpp
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2021-05-13 17:51:24 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2021-05-13 17:51:24 +0300
commit9a1688322ab739f8838611d1b9e37d33adc07dfb (patch)
treeb8db75d626804619751d4e9d5e5b1f8c90298a99 /indra/newview/llnotificationhinthandler.cpp
parentfde4bd2cbc62fef1d3290aa86cbef615ad097bf6 (diff)
SL-15195 The notification in chat history is multiplied after relogging
Diffstat (limited to 'indra/newview/llnotificationhinthandler.cpp')
-rw-r--r--indra/newview/llnotificationhinthandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnotificationhinthandler.cpp b/indra/newview/llnotificationhinthandler.cpp
index f1226c53ff..44ebc5ed47 100644
--- a/indra/newview/llnotificationhinthandler.cpp
+++ b/indra/newview/llnotificationhinthandler.cpp
@@ -53,7 +53,7 @@ void LLHintHandler::onDelete(LLNotificationPtr p)
LLHints::getInstance()->hide(p);
}
-bool LLHintHandler::processNotification(const LLNotificationPtr& p)
+bool LLHintHandler::processNotification(const LLNotificationPtr& p, bool should_log)
{
return false;
}