diff options
author | Graham Linden graham@lindenlab.com <Graham Linden graham@lindenlab.com> | 2018-04-02 22:24:59 +0100 |
---|---|---|
committer | Graham Linden graham@lindenlab.com <Graham Linden graham@lindenlab.com> | 2018-04-02 22:24:59 +0100 |
commit | d850d6b2e5de0d03701eacdb34cc3eee601038cd (patch) | |
tree | 428f6c8077f8417e6a0b7d9c5c80ff17134abeb7 /indra/llui/llnotifications.h | |
parent | 7b56db31f91545102744885b4f70c93278e837bd (diff) | |
parent | f82548b931af69a08d53818ec7a96a967c05151c (diff) |
Merge Xcode 9.3 hotfix
Diffstat (limited to 'indra/llui/llnotifications.h')
-rw-r--r-- | indra/llui/llnotifications.h | 2 |
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(); } |