diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-11-14 01:23:25 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-11-14 01:23:25 +0000 |
| commit | 201b6fdf572c04424d870ac4d07d1d1a8725b24c (patch) | |
| tree | b185bb50976b4de805f8480f37449bf507956b42 /src/cpl.h | |
| parent | 27e1378bede33c51835fd6307239692909d834d8 (diff) | |
Simpole DCP recovery utility (dcprecover) added.
Diffstat (limited to 'src/cpl.h')
| -rw-r--r-- | src/cpl.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |
