From 0ac8235fa4addb021c0e05a9c6c19a7d22097458 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 6 Oct 2016 10:37:19 +0100 Subject: Add menu option to select CPL. --- src/lib/dcp.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/dcp.h') 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 > cpls () const; + protected: DCP (boost::shared_ptr content) : _dcp_content (content) {} - std::list > cpls () const; boost::shared_ptr _dcp_content; }; -- cgit v1.2.3