diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-04 23:37:22 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-06 20:15:26 +0200 |
| commit | aa382124eeabcad7a7346d46fb5f931c1364a849 (patch) | |
| tree | 322616770d483b6ad42832a14559e16ff863af8b /src/tools/dcpomatic_kdm_cli.cc | |
| parent | 4e62980064496060af5a8c6ecab26ddf218aa63a (diff) | |
Pull methods out of CinemaKDMs.
Diffstat (limited to 'src/tools/dcpomatic_kdm_cli.cc')
| -rw-r--r-- | src/tools/dcpomatic_kdm_cli.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/dcpomatic_kdm_cli.cc b/src/tools/dcpomatic_kdm_cli.cc index dd7fc82e3..493eea2c9 100644 --- a/src/tools/dcpomatic_kdm_cli.cc +++ b/src/tools/dcpomatic_kdm_cli.cc @@ -140,8 +140,8 @@ write_files ( ) { if (zip) { - int const N = CinemaKDMs::write_zip_files ( - CinemaKDMs::collect (screen_kdms), + int const N = write_zip_files ( + collect (screen_kdms), output, container_name_format, filename_format, |
