update chat client for new API

This commit is contained in:
Peter Thorson
2012-03-19 15:49:51 -06:00
parent 8e73e436d0
commit b5cd8488ce

View File

@@ -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)) {