diff options
| author | Rider Linden <rider@lindenlab.com> | 2018-04-13 14:50:07 -0700 |
|---|---|---|
| committer | Rider Linden <rider@lindenlab.com> | 2018-04-13 14:50:07 -0700 |
| commit | 033b6269593deb370378663354ee2a78eba54387 (patch) | |
| tree | 200c8575c45a2384a8fa2803cd9a724c85057eae /indra/llui | |
| parent | 7b56db31f91545102744885b4f70c93278e837bd (diff) | |
| parent | 41f4e854732a7c75a813b2e99285cc41bde13e5e (diff) | |
Merge
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(); } |
