From 48b82de5b6e8e07330a2f72dbddd8d9830fe047e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 21 Oct 2019 17:25:04 +0200 Subject: Copy with progress updates when we might copy long files (#1574). --- src/lib/reel_writer.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/reel_writer.h') diff --git a/src/lib/reel_writer.h b/src/lib/reel_writer.h index 8649ea37f..46f477616 100644 --- a/src/lib/reel_writer.h +++ b/src/lib/reel_writer.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2018 Carl Hetherington + Copyright (C) 2012-2019 Carl Hetherington This file is part of DCP-o-matic. @@ -25,6 +25,7 @@ #include "dcp_text_track.h" #include #include +#include namespace dcpomatic { class Font; @@ -116,6 +117,7 @@ private: /** number of reels in the DCP */ int _reel_count; boost::optional _content_summary; + boost::weak_ptr _job; boost::shared_ptr _picture_asset; boost::shared_ptr _picture_asset_writer; -- cgit v1.2.3