X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcontent.h;h=bb66bc1416233c322705fd6f07e4969182dd752c;hb=08aed48d141f403a93640cf62d8be70161bd1d30;hp=552017c64179920d4ad5240a486da088167e5988;hpb=7dad3914a40ba78b8a1964a0b27f88da0ff802d7;p=dcpomatic.git diff --git a/src/lib/content.h b/src/lib/content.h index 552017c64..bb66bc141 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -96,7 +96,7 @@ public: /** @return points at which to split this content when * REELTYPE_BY_VIDEO_CONTENT is in use. */ - virtual std::list reel_split_points () const; + virtual std::list reel_split_points (boost::shared_ptr) const; boost::shared_ptr clone () const;