From 11367042fed34aefb04fda1c8dc9c5ce424fb52e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 12 Mar 2026 15:23:44 +0100 Subject: Replace deprecated boost::asio::deadline_timer with boost::asio::system_timer. --- src/lib/dcpomatic_socket.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/dcpomatic_socket.h') diff --git a/src/lib/dcpomatic_socket.h b/src/lib/dcpomatic_socket.h index 7accf737a..6a7074660 100644 --- a/src/lib/dcpomatic_socket.h +++ b/src/lib/dcpomatic_socket.h @@ -22,7 +22,7 @@ #include "digester.h" #include "io_context.h" #include -#include +#include #include @@ -102,7 +102,7 @@ private: #endif dcpomatic::io_context _io_context; - boost::asio::deadline_timer _deadline; + boost::asio::system_timer _deadline; boost::asio::ip::tcp::socket _socket; int _timeout; boost::scoped_ptr _read_digester; -- cgit v1.2.3