From 8906f19caaee282263f1cf679b94726c908a87e3 Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Fri, 3 May 2013 17:12:43 -0500 Subject: [PATCH] fixes asio tls client config name --- websocketpp/config/asio_client.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocketpp/config/asio_client.hpp b/websocketpp/config/asio_client.hpp index bf25e7c81e..ecb4fbcb45 100644 --- a/websocketpp/config/asio_client.hpp +++ b/websocketpp/config/asio_client.hpp @@ -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;