diff options
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();  		} | 
