summaryrefslogtreecommitdiff
path: root/boost/beast/websocket/impl/close.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/beast/websocket/impl/close.hpp')
-rw-r--r--boost/beast/websocket/impl/close.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/beast/websocket/impl/close.hpp b/boost/beast/websocket/impl/close.hpp
index 03078d9232..d59374ccd3 100644
--- a/boost/beast/websocket/impl/close.hpp
+++ b/boost/beast/websocket/impl/close.hpp
@@ -38,7 +38,7 @@ template<class Handler>
class stream<NextLayer, deflateSupported>::close_op
: public beast::stable_async_base<
Handler, beast::executor_type<stream>>
- , public net::coroutine
+ , public asio::coroutine
{
boost::weak_ptr<impl_type> wp_;
error_code ev_;