X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fwx%2Fkdm_output_panel.cc;fp=src%2Fwx%2Fkdm_output_panel.cc;h=694957ee8444e5a4aedfc2eeaf32b6e3573c80d6;hb=ad1ef39eda58b3a919ea3b7084401a0439409ec6;hp=07bbce2d2510995ce7da460c6bc14910dcf9fcbc;hpb=fe8251bb73765b459042b0fa841dae2d440487fd;p=dcpomatic.git diff --git a/src/wx/kdm_output_panel.cc b/src/wx/kdm_output_panel.cc index 07bbce2d2..694957ee8 100644 --- a/src/wx/kdm_output_panel.cc +++ b/src/wx/kdm_output_panel.cc @@ -179,7 +179,7 @@ KDMOutputPanel::kdm_write_type_changed () pair, int> KDMOutputPanel::make ( - list screen_kdms, string name, KDMTimingPanel* timing, function confirm_overwrite, shared_ptr log + list screen_kdms, string name, KDMTimingPanel* timing, function confirm_overwrite ) { list const cinema_kdms = CinemaKDMs::collect (screen_kdms); @@ -278,8 +278,7 @@ KDMOutputPanel::make ( _container_name_format->get(), _filename_format->get(), name_values, - name, - log + name ) ); }