diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-01 22:58:02 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-03 23:28:31 +0200 |
| commit | 7835a630e5f0a3599536e90c63bdfa306a616562 (patch) | |
| tree | 6d1ea15843582fab41d90d8065458493b6102954 /src/wx/kdm_output_panel.cc | |
| parent | 283ae9132e6239067a83403fe7a8c822a12dcd8a (diff) | |
Rename ScreenKDM to ScreenWithKDM
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..b545e6560 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<ScreenWithKDM> > 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 = ScreenWithKDM::write_files ( screen_kdms, directory(), _filename_format->get(), |
