From b5cd8488ce08eb716c17b717ef29c345fad0b0f8 Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Mon, 19 Mar 2012 15:49:51 -0600 Subject: [PATCH] update chat client for new API --- examples/chat_client/chat_client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/chat_client/chat_client.cpp b/examples/chat_client/chat_client.cpp index 72bb9f3ced..64f9fa51e7 100644 --- a/examples/chat_client/chat_client.cpp +++ b/examples/chat_client/chat_client.cpp @@ -70,7 +70,7 @@ int main(int argc, char* argv[]) { endpoint.connect(con); - boost::thread t(boost::bind(&client::run, &endpoint)); + boost::thread t(boost::bind(&client::run, &endpoint, false)); char line[512]; while (std::cin.getline(line, 512)) {