fixes perftest constructor call

This commit is contained in:
Peter Thorson
2013-05-05 18:47:30 -05:00
parent 2dcc87a7d3
commit 844334efbb

View File

@@ -104,7 +104,8 @@ int main(int argc, char* argv[]) {
}
try {
perftest endpoint(uri);
perftest endpoint;
endpoint.start(uri);
} catch (const std::exception & e) {
std::cout << e.what() << std::endl;
} catch (websocketpp::lib::error_code e) {