diff options
author | Monty Brandenberg <monty@lindenlab.com> | 2012-07-06 19:17:23 -0400 |
---|---|---|
committer | Monty Brandenberg <monty@lindenlab.com> | 2012-07-06 19:17:23 -0400 |
commit | 70e976d1a87f4225c7593129a9c1c4732e2d38e4 (patch) | |
tree | 0f3abcddbc06750b2840c56a5c3da286a94fad7c /indra | |
parent | d2af82aafc9ef569c9552f269ccf4e4fd38a1f33 (diff) |
Odd that this was accepted by VS2010. It clearly wasn't right.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llcorehttp/_httpreadyqueue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcorehttp/_httpreadyqueue.h b/indra/llcorehttp/_httpreadyqueue.h index 968ca01258..8462b174b5 100644 --- a/indra/llcorehttp/_httpreadyqueue.h +++ b/indra/llcorehttp/_httpreadyqueue.h @@ -82,7 +82,7 @@ public: // purposes. typedef HttpReadyQueueBase container_type; - const_reference & top() const + const_reference top() const { return front(); } |