summaryrefslogtreecommitdiff
path: root/src/lib/empty.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/empty.h')
-rw-r--r--src/lib/empty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/empty.h b/src/lib/empty.h
index ee1171428..d8b00047f 100644
--- a/src/lib/empty.h
+++ b/src/lib/empty.h
@@ -31,7 +31,7 @@ class Empty
{
public:
Empty () {}
- Empty (boost::shared_ptr<const Film> film, boost::function<boost::shared_ptr<ContentPart> (Content *)> part);
+ Empty (ContentList content, DCPTime length, boost::function<boost::shared_ptr<ContentPart> (Content *)> part);
DCPTime position () const {
return _position;