diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-04 22:53:08 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-06 20:15:16 +0200 |
| commit | 36ce958a516567d8481163692c028a88c6ce0df7 (patch) | |
| tree | 10bd8a9470e3f83b69766c2afbe366f4824a8954 /src/wx/kdm_output_panel.cc | |
| parent | 08f96200aacf9f91ef3e3f5b80224a5b2437f279 (diff) | |
Rename ScreenKDM -> KDMWithMetadata
Diffstat (limited to 'src/wx/kdm_output_panel.cc')
| -rw-r--r-- | src/wx/kdm_output_panel.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/kdm_output_panel.cc b/src/wx/kdm_output_panel.cc index d76a27359..0320ed1b7 100644 --- a/src/wx/kdm_output_panel.cc +++ b/src/wx/kdm_output_panel.cc @@ -183,7 +183,7 @@ KDMOutputPanel::kdm_write_type_changed () pair<shared_ptr<Job>, int> KDMOutputPanel::make ( - list<shared_ptr<ScreenKDM> > screen_kdms, string name, KDMTimingPanel* timing, function<bool (boost::filesystem::path)> confirm_overwrite + list<shared_ptr<KDMWithMetadata> > screen_kdms, string name, KDMTimingPanel* timing, function<bool (boost::filesystem::path)> confirm_overwrite ) { list<CinemaKDMs> const cinema_kdms = CinemaKDMs::collect (screen_kdms); @@ -247,7 +247,7 @@ KDMOutputPanel::make ( if (_write_to->GetValue()) { if (_write_flat->GetValue()) { - written = ScreenKDM::write_files ( + written = KDMWithMetadata::write_files ( screen_kdms, directory(), _filename_format->get(), |
