aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/asio/asio_async_handshake_op.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/asio/asio_async_handshake_op.h')
-rw-r--r--src/lib/asio/asio_async_handshake_op.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/asio/asio_async_handshake_op.h b/src/lib/asio/asio_async_handshake_op.h
index 4c5f8385b..3f3bea2ab 100644
--- a/src/lib/asio/asio_async_handshake_op.h
+++ b/src/lib/asio/asio_async_handshake_op.h
@@ -24,7 +24,7 @@ struct AsyncHandshakeOperation
handler_(std::move(right.handler_)) {}
~AsyncHandshakeOperation() = default;
- AsyncHandshakeOperation(AsyncHandshakeOperation&) = delete;
+ AsyncHandshakeOperation(AsyncHandshakeOperation const&) = delete;
void operator()(boost::system::error_code ec,
std::size_t bytesTransferred = 0, int start = 0)