diff options
| author | Graham Linden graham@lindenlab.com <Graham Linden graham@lindenlab.com> | 2018-04-02 22:26:41 +0100 | 
|---|---|---|
| committer | Graham Linden graham@lindenlab.com <Graham Linden graham@lindenlab.com> | 2018-04-02 22:26:41 +0100 | 
| commit | 816bfbd43225cc77eb3a7c4b346d2041e10b9249 (patch) | |
| tree | 87e91dbe92cb8bca3ea97ecfcc3eff206832ada5 /indra/llui | |
| parent | 6e6c7ef9a1dba10dd3608fed329dba43dd7ed453 (diff) | |
| parent | d850d6b2e5de0d03701eacdb34cc3eee601038cd (diff) | |
Merge Xcode 9.3 hotfix
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();  		} | 
