summaryrefslogtreecommitdiff
path: root/src/cpl.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-11-14 01:23:25 +0000
committerCarl Hetherington <cth@carlh.net>2018-11-14 01:23:25 +0000
commit201b6fdf572c04424d870ac4d07d1d1a8725b24c (patch)
treeb185bb50976b4de805f8480f37449bf507956b42 /src/cpl.h
parent27e1378bede33c51835fd6307239692909d834d8 (diff)
Simpole DCP recovery utility (dcprecover) added.
Diffstat (limited to 'src/cpl.h')
-rw-r--r--src/cpl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpl.h b/src/cpl.h
index bcc1f06b..259281dc 100644
--- a/src/cpl.h
+++ b/src/cpl.h
@@ -119,6 +119,7 @@ public:
/** @return the ReelAssets in this CPL in all reels.
*/
std::list<boost::shared_ptr<const ReelAsset> > reel_assets () const;
+ std::list<boost::shared_ptr<ReelAsset> > reel_assets ();
bool encrypted () const;