diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-10-07 00:19:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-10-07 00:19:53 +0100 |
| commit | a3a38dcdab89d3c7fa21917ea7caec82d1586035 (patch) | |
| tree | fb3a4ad79dd262f873bb7b3bfc0f918c19d56714 /src/lib/dcp.h | |
| parent | ea9ac8aa0a3ccf327e3ba2565542ae757bce82c2 (diff) | |
| parent | 2268783ea44e97e118d6fd164618fcf736563e29 (diff) | |
Merge.
Diffstat (limited to 'src/lib/dcp.h')
| -rw-r--r-- | src/lib/dcp.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/dcp.h b/src/lib/dcp.h index d83f95f37..e2e83e96e 100644 --- a/src/lib/dcp.h +++ b/src/lib/dcp.h @@ -29,12 +29,14 @@ class DCPContent; class DCP { +public: + std::list<boost::shared_ptr<dcp::CPL> > cpls () const; + protected: DCP (boost::shared_ptr<const DCPContent> content) : _dcp_content (content) {} - std::list<boost::shared_ptr<dcp::CPL> > cpls () const; boost::shared_ptr<const DCPContent> _dcp_content; }; |
