From 70e976d1a87f4225c7593129a9c1c4732e2d38e4 Mon Sep 17 00:00:00 2001
From: Monty Brandenberg <monty@lindenlab.com>
Date: Fri, 6 Jul 2012 19:17:23 -0400
Subject: [PATCH] Odd that this was accepted by VS2010.  It clearly wasn't
 right.

---
 indra/llcorehttp/_httpreadyqueue.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/llcorehttp/_httpreadyqueue.h b/indra/llcorehttp/_httpreadyqueue.h
index 968ca012581..8462b174b5d 100644
--- a/indra/llcorehttp/_httpreadyqueue.h
+++ b/indra/llcorehttp/_httpreadyqueue.h
@@ -82,7 +82,7 @@ class HttpReadyQueue : public HttpReadyQueueBase
 	// purposes.
 	typedef HttpReadyQueueBase container_type;
 	
-	const_reference & top() const
+	const_reference top() const
 		{
 			return front();
 		}
-- 
GitLab