diff options
Diffstat (limited to 'src/lib/dcp_content.h')
| -rw-r--r-- | src/lib/dcp_content.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/dcp_content.h b/src/lib/dcp_content.h index 9365a6e2c..74f06cdc6 100644 --- a/src/lib/dcp_content.h +++ b/src/lib/dcp_content.h @@ -43,8 +43,8 @@ public: class DCPContent : public VideoContent, public SingleStreamAudioContent, public SubtitleContent { public: - DCPContent (boost::shared_ptr<const Film> f, boost::filesystem::path p); - DCPContent (boost::shared_ptr<const Film> f, cxml::ConstNodePtr, int version); + DCPContent (boost::shared_ptr<const Film>, boost::filesystem::path p); + DCPContent (boost::shared_ptr<const Film>, cxml::ConstNodePtr, int version); boost::shared_ptr<DCPContent> shared_from_this () { return boost::dynamic_pointer_cast<DCPContent> (Content::shared_from_this ()); |
