summaryrefslogtreecommitdiff
path: root/indra/llui/llnotifications.h
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2018-04-12 21:29:22 +0300
committerAndreyL ProductEngine <alihatskiy@productengine.com>2018-04-12 21:29:22 +0300
commit4c0af0891e4e4c7e1894b900cdcc919e9d1d67cf (patch)
treef914ab13b227a428cc1e9de3f0a2aaff9457c4e5 /indra/llui/llnotifications.h
parent6de246cd00a0d46763581dc8fa362c146e32d894 (diff)
parent41f4e854732a7c75a813b2e99285cc41bde13e5e (diff)
Merged in lindenlab/viewer-release
Diffstat (limited to 'indra/llui/llnotifications.h')
-rw-r--r--indra/llui/llnotifications.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llnotifications.h b/indra/llui/llnotifications.h
index ccdfb90054..1509446920 100644
--- a/indra/llui/llnotifications.h
+++ b/indra/llui/llnotifications.h
@@ -703,7 +703,7 @@ namespace LLNotificationComparators
{
struct orderByUUID
{
- bool operator()(LLNotificationPtr lhs, LLNotificationPtr rhs)
+ bool operator()(LLNotificationPtr lhs, LLNotificationPtr rhs) const
{
return lhs->id() < rhs->id();
}