From cadb3d033a09db17eec5c017fa0520b05be37107 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Thu, 17 Nov 2022 22:00:59 +0100 Subject: [PATCH] fixed linux-specific compilation problem --- contrib/epee/include/net/net_helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/epee/include/net/net_helper.h b/contrib/epee/include/net/net_helper.h index 8f391994..65fe6cd5 100644 --- a/contrib/epee/include/net/net_helper.h +++ b/contrib/epee/include/net/net_helper.h @@ -650,7 +650,7 @@ namespace epee class async_blocked_mode_client_t : public blocked_mode_client_t { public: - async_blocked_mode_client_t() :m_send_deadline(blocked_mode_client::m_io_service) + async_blocked_mode_client_t() :m_send_deadline(blocked_mode_client_t::m_io_service) { // No deadline is required until the first socket operation is started. We