Remove Film dependency from Empty.
[dcpomatic.git] / src / lib / empty.h
index ee11714289eaa42fe729c20d0854f00e019a849c..d8b00047fbe2e3520ed2a91349e4cb130bc173db 100644 (file)
@@ -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;