From 7a3f4f1b6411f7d15bf00e863fb5e70a5d930dd8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 2 Aug 2017 16:00:47 +0100 Subject: Remove Film dependency from Empty. --- src/lib/empty.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/empty.h') 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 film, boost::function (Content *)> part); + Empty (ContentList content, DCPTime length, boost::function (Content *)> part); DCPTime position () const { return _position; -- cgit v1.2.3