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.h | |
| parent | 08f96200aacf9f91ef3e3f5b80224a5b2437f279 (diff) | |
Rename ScreenKDM -> KDMWithMetadata
Diffstat (limited to 'src/wx/kdm_output_panel.h')
| -rw-r--r-- | src/wx/kdm_output_panel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/kdm_output_panel.h b/src/wx/kdm_output_panel.h index 7b9315071..730cb9360 100644 --- a/src/wx/kdm_output_panel.h +++ b/src/wx/kdm_output_panel.h @@ -18,7 +18,7 @@ */ -#include "lib/screen_kdm.h" +#include "lib/kdm_with_metadata.h" #include "wx_util.h" #include "name_format_editor.h" #include <dcp/types.h> @@ -52,7 +52,7 @@ public: } std::pair<boost::shared_ptr<Job>, int> make ( - std::list<boost::shared_ptr<ScreenKDM> > screen_kdms, + std::list<boost::shared_ptr<KDMWithMetadata> > screen_kdms, std::string name, KDMTimingPanel* timing, boost::function<bool (boost::filesystem::path)> confirm_overwrite |
