Skip to content
Snippets Groups Projects
Commit 70e976d1 authored by Monty Brandenberg's avatar Monty Brandenberg
Browse files

Odd that this was accepted by VS2010. It clearly wasn't right.

parent d2af82aa
No related branches found
No related tags found
No related merge requests found
...@@ -82,7 +82,7 @@ class HttpReadyQueue : public HttpReadyQueueBase ...@@ -82,7 +82,7 @@ class HttpReadyQueue : public HttpReadyQueueBase
// purposes. // purposes.
typedef HttpReadyQueueBase container_type; typedef HttpReadyQueueBase container_type;
const_reference & top() const const_reference top() const
{ {
return front(); return front();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment