diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-07 12:03:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-09 13:44:54 +0100 |
| commit | 9d63be286e8bc09dd1cf8deea5c58dda0a534c1e (patch) | |
| tree | 03105faedd1753195b4770d24eebbdcab4a5b01d /src/tools/dcpomatic.cc | |
| parent | 4121af462c1e8b98866ca206a64678fcba96fde7 (diff) | |
Remove the need for ScreenKDM::collect.
Diffstat (limited to 'src/tools/dcpomatic.cc')
| -rw-r--r-- | src/tools/dcpomatic.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index 6e20dda9e..36817eb53 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -448,7 +448,7 @@ private: if (d->write_to ()) { ScreenKDM::write_files ( _film, - ScreenKDM::collect (d->screens(), _film->make_kdms (d->screens(), d->cpl(), d->from(), d->until(), d->formulation())), + _film->make_kdms (d->screens(), d->cpl(), d->from(), d->until(), d->formulation()), d->directory() ); } else { |
