diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-04-04 21:08:13 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-04-04 21:08:13 +0300 |
commit | 94587717b25ff612b50e8363cd26f95779b730fc (patch) | |
tree | 6fd598477192a987f00a4d0d99b849d4d59c516d /indra/llui | |
parent | f82d5d2532fd4dff7bceb08dd7f33164115a9cce (diff) | |
parent | f82548b931af69a08d53818ec7a96a967c05151c (diff) |
Merged in lindenlab/viewer-release
Diffstat (limited to 'indra/llui')
-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(); } |