diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-09 00:23:25 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-09 00:23:25 +0200 |
| commit | a6a4c4712695b190766f7aba964e1776cc501e3a (patch) | |
| tree | cba5d513c913cafaf46174a8174ebb6799272e7d /src/dcp.h | |
| parent | adc78d62964377960c907cdb538a5bc3a224dafc (diff) | |
Allow assets() to silently ignore unresolved assets.
Diffstat (limited to 'src/dcp.h')
| -rw-r--r-- | src/dcp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,7 +104,7 @@ public: void add (boost::shared_ptr<CPL> cpl); std::list<boost::shared_ptr<CPL> > cpls () const; - std::list<boost::shared_ptr<Asset> > assets () const; + std::list<boost::shared_ptr<Asset> > assets (bool ignore_unresolved = false) const; bool encrypted () const; |
