diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-08-02 16:00:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-08-14 21:07:48 +0100 |
| commit | 7a3f4f1b6411f7d15bf00e863fb5e70a5d930dd8 (patch) | |
| tree | d00041a7602ab4f21ce11377b4a1754cb6d43bd1 /src/lib/empty.h | |
| parent | d66bcea066deb3b3cd919a69aab7e2078fb52ca8 (diff) | |
Remove Film dependency from Empty.
Diffstat (limited to 'src/lib/empty.h')
| -rw-r--r-- | src/lib/empty.h | 2 |
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; |
