summaryrefslogtreecommitdiff
path: root/src/lib/content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-11-24 00:34:03 +0000
committerCarl Hetherington <cth@carlh.net>2018-11-24 00:34:03 +0000
commit08aed48d141f403a93640cf62d8be70161bd1d30 (patch)
treecb8e9bb77e26152ca13d2cb20a62ab9c8221cfc1 /src/lib/content.h
parent7dad3914a40ba78b8a1964a0b27f88da0ff802d7 (diff)
Fix missed overload change.
Diffstat (limited to 'src/lib/content.h')
-rw-r--r--src/lib/content.h2
1 files changed, 1 insertions, 1 deletions
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<DCPTime> reel_split_points () const;
+ virtual std::list<DCPTime> reel_split_points (boost::shared_ptr<const Film>) const;
boost::shared_ptr<Content> clone () const;