X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcp_content.h;h=74f06cdc640adaa8a7337becaf1bb31ae5508534;hb=53eea12d3e0d7925d5949de92859bc358ee0adcc;hp=9365a6e2c3bb8bc0fa612efac67c2b645c44610a;hpb=dfce73ef2de0d912507a0d7819f8b469202852f5;p=dcpomatic.git 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 f, boost::filesystem::path p); - DCPContent (boost::shared_ptr f, cxml::ConstNodePtr, int version); + DCPContent (boost::shared_ptr, boost::filesystem::path p); + DCPContent (boost::shared_ptr, cxml::ConstNodePtr, int version); boost::shared_ptr shared_from_this () { return boost::dynamic_pointer_cast (Content::shared_from_this ());