diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-03-05 11:15:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-03-15 09:31:09 +0100 |
| commit | f90bd4d97be25b3bca6b4523864896f5ff7b7e53 (patch) | |
| tree | 8f9f3d69ac415bc1c89e778e6fc717bbe819a20d /src/wx/kdm_output_panel.h | |
| parent | d56668322e5fc81904d94466da9e60e296006eb5 (diff) | |
Cleanup: tidying.
Diffstat (limited to 'src/wx/kdm_output_panel.h')
| -rw-r--r-- | src/wx/kdm_output_panel.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/wx/kdm_output_panel.h b/src/wx/kdm_output_panel.h index 1f7373165..f831fdce0 100644 --- a/src/wx/kdm_output_panel.h +++ b/src/wx/kdm_output_panel.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2017 Carl Hetherington <cth@carlh.net> + Copyright (C) 2015-2022 Carl Hetherington <cth@carlh.net> This file is part of DCP-o-matic. @@ -18,19 +18,19 @@ */ + #include "lib/kdm_with_metadata.h" -#include "wx_util.h" -#include "name_format_editor.h" #include <dcp/types.h> #include <wx/wx.h> #include <boost/filesystem.hpp> -class wxRadioButton; -class wxDirPickerCtrl; + class DirPickerCtrl; -class KDMTimingPanel; class Job; -class Log; +class NameFormatEditor; +class wxDirPickerCtrl; +class wxRadioButton; + class KDMOutputPanel : public wxPanel { @@ -52,7 +52,7 @@ public: } std::pair<std::shared_ptr<Job>, int> make ( - std::list<KDMWithMetadataPtr > screen_kdms, + std::list<KDMWithMetadataPtr> screen_kdms, std::string name, std::function<bool (boost::filesystem::path)> confirm_overwrite ); |
