summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorAnkur Ahlawat <anchor@lindenlab.com>2018-04-19 12:57:19 -0700
committerAnkur Ahlawat <anchor@lindenlab.com>2018-04-19 12:57:19 -0700
commit3c4ca3985a274c519cf9ed6a7bb50ef85aaaa0ac (patch)
treeb49fc90bf1c4634557972dd48bca10e887c071a5 /indra/llui
parent7c90da6b9ef48757636b04f6401d5ea1dedf85f0 (diff)
parent41f4e854732a7c75a813b2e99285cc41bde13e5e (diff)
Merged lindenlab/viewer-release into default
Diffstat (limited to 'indra/llui')
-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();
}