diff --git a/websocketpp/transport/asio/connection.hpp b/websocketpp/transport/asio/connection.hpp index 341e93bc60..d90a408ada 100644 --- a/websocketpp/transport/asio/connection.hpp +++ b/websocketpp/transport/asio/connection.hpp @@ -51,7 +51,9 @@ class connection : public security { public: typedef connection type; typedef security security_type; - + + typedef lib::shared_ptr ptr; + class handler_interface : public security_type::handler_interface { public: virtual void on_tcp_init() {};