summaryrefslogtreecommitdiff
path: root/include/ast_video_puller.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ast_video_puller.hpp')
-rw-r--r--include/ast_video_puller.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ast_video_puller.hpp b/include/ast_video_puller.hpp
index 520fc68e18..c97ca4860a 100644
--- a/include/ast_video_puller.hpp
+++ b/include/ast_video_puller.hpp
@@ -141,7 +141,7 @@ class AsyncVideoPuller
public:
using video_callback = std::function<void(RawVideoBuffer &)>;
- explicit AsyncVideoPuller(boost::asio::io_service &ioService) :
+ explicit AsyncVideoPuller(boost::asio::io_context &ioService) :
imageInfo(), devVideo(ioService, open("/dev/video", O_RDWR))
{
videobuf = std::make_shared<RawVideoBuffer>();