From 254b3044d72de6b033d7c584f5abd2b9aa70aad5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 21 Nov 2018 01:59:04 +0000 Subject: Take Film pointer out of Content. --- 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 73548f729..50f21fc4d 100644 --- a/src/lib/empty.h +++ b/src/lib/empty.h @@ -35,7 +35,7 @@ class Empty { public: Empty () {} - Empty (std::list > pieces, DCPTime length, boost::function)> part); + Empty (boost::shared_ptr film, std::list > pieces, boost::function)> part); DCPTime position () const { return _position; -- cgit v1.2.3