Fix missed overload change.
[dcpomatic.git] / src / lib / content.h
index 552017c64179920d4ad5240a486da088167e5988..bb66bc1416233c322705fd6f07e4969182dd752c 100644 (file)
@@ -96,7 +96,7 @@ public:
        /** @return points at which to split this content when
         *  REELTYPE_BY_VIDEO_CONTENT is in use.
         */
-       virtual std::list<DCPTime> reel_split_points () const;
+       virtual std::list<DCPTime> reel_split_points (boost::shared_ptr<const Film>) const;
 
        boost::shared_ptr<Content> clone () const;