summaryrefslogtreecommitdiff
path: root/src/wx/kdm_dialog.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-02-14 23:27:27 +0000
committerCarl Hetherington <cth@carlh.net>2018-02-14 23:28:26 +0000
commit142f688c0ebb6938ef2d7f2b7e7c859d12af7e23 (patch)
treeb84200a319a599f9d80b6e1fa6b46b16a64dde76 /src/wx/kdm_dialog.cc
parentfbdefe5be361c73a463c3bbe27a7e93a422435b3 (diff)
Build fixes.
Diffstat (limited to 'src/wx/kdm_dialog.cc')
-rw-r--r--src/wx/kdm_dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/kdm_dialog.cc b/src/wx/kdm_dialog.cc
index 5679cf0cb..64987a121 100644
--- a/src/wx/kdm_dialog.cc
+++ b/src/wx/kdm_dialog.cc
@@ -140,7 +140,7 @@ KDMDialog::make_clicked ()
DCPOMATIC_ASSERT (film);
list<ScreenKDM> screen_kdms = film->make_kdms (
- _screens->screens(), _cpl->cpl(), _timing->from(), _timing->until(), _output->formulation()
+ _screens->screens(), _cpl->cpl(), _timing->from(), _timing->until(), _output->formulation(), true, 0
);
pair<shared_ptr<Job>, int> result = _output->make (screen_kdms, film->name(), _timing, bind (&KDMDialog::confirm_overwrite, this, _1), film->log());