summaryrefslogtreecommitdiff
path: root/src/lib/reel_writer.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-10-21 18:42:03 +0200
committerCarl Hetherington <cth@carlh.net>2019-10-21 18:42:03 +0200
commitf37e6b5a0f320d4352b87b97f78afae762512b93 (patch)
tree354a5a8b3882f69fa3de3fed175b30576c58bf6b /src/lib/reel_writer.h
parent231644e75f537342c3442c03a3cd5ef34bfa25ec (diff)
parentdfd42d2a546d14c32057a34002543877ea2f99cb (diff)
Merge branch 'v2.15.x' of ssh://git.carlh.net/home/carl/git/dcpomatic into v2.15.xv2.15.25
Diffstat (limited to 'src/lib/reel_writer.h')
-rw-r--r--src/lib/reel_writer.h4
1 files changed, 3 insertions, 1 deletions
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 <cth@carlh.net>
+ Copyright (C) 2012-2019 Carl Hetherington <cth@carlh.net>
This file is part of DCP-o-matic.
@@ -25,6 +25,7 @@
#include "dcp_text_track.h"
#include <dcp/picture_asset_writer.h>
#include <boost/shared_ptr.hpp>
+#include <boost/weak_ptr.hpp>
namespace dcpomatic {
class Font;
@@ -116,6 +117,7 @@ private:
/** number of reels in the DCP */
int _reel_count;
boost::optional<std::string> _content_summary;
+ boost::weak_ptr<Job> _job;
boost::shared_ptr<dcp::PictureAsset> _picture_asset;
boost::shared_ptr<dcp::PictureAssetWriter> _picture_asset_writer;