From d4d26c954f4e61b1b1a526c56d88dfd51b6fab48 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 26 Oct 2025 15:38:46 +0100 Subject: wip: hacks. --- src/lib/video_decoder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/video_decoder.h') diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h index b609404c4..c4b91d9c4 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -31,8 +31,8 @@ #include "content_video.h" #include "decoder.h" #include "decoder_part.h" +#include "signal.h" #include "video_content.h" -#include class VideoContent; @@ -62,7 +62,7 @@ public: void seek () override; void emit(std::shared_ptr film, std::shared_ptr, dcpomatic::ContentTime time); - boost::signals2::signal Data; + Signal Data; private: std::shared_ptr _content; -- cgit v1.2.3