summaryrefslogtreecommitdiff
path: root/docs/tutorials/007/page04.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials/007/page04.html')
-rw-r--r--docs/tutorials/007/page04.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/007/page04.html b/docs/tutorials/007/page04.html
index dbd16330e07..df7d777c660 100644
--- a/docs/tutorials/007/page04.html
+++ b/docs/tutorials/007/page04.html
@@ -34,7 +34,7 @@ I finally had enough code to move it out of the header.
<font color=red>/* Construct ourselves with a reference to somebody else' Thread_Pool.
Obvioulsy our concurrency strategy is "<font color=green>thread_pool_</font>" at this point. */</font>
<font color=#008888>Client_Acceptor::Client_Acceptor</font> (Thread_Pool &thread_pool)
- : concurrency_ (thread_pool_),
+ : concurrency_ (thread_pool),
the_thread_pool_ (thread_pool)
{
}