fixes asio tls client config name

This commit is contained in:
Peter Thorson
2013-05-03 17:12:43 -05:00
parent 28eecb80e0
commit 8906f19caa

View File

@@ -39,8 +39,8 @@
namespace websocketpp {
namespace config {
struct asio_tls : public core_client {
typedef asio_tls type;
struct asio_tls_client : public core_client {
typedef asio_tls_client type;
typedef core_client::concurrency_type concurrency_type;