summaryrefslogtreecommitdiff
path: root/src/dcp.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-07-09 00:23:25 +0200
committerCarl Hetherington <cth@carlh.net>2017-07-09 00:23:25 +0200
commita6a4c4712695b190766f7aba964e1776cc501e3a (patch)
treecba5d513c913cafaf46174a8174ebb6799272e7d /src/dcp.h
parentadc78d62964377960c907cdb538a5bc3a224dafc (diff)
Allow assets() to silently ignore unresolved assets.
Diffstat (limited to 'src/dcp.h')
-rw-r--r--src/dcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dcp.h b/src/dcp.h
index b8651db8..811f62f6 100644
--- a/src/dcp.h
+++ b/src/dcp.h
@@ -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;