diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-02-20 23:10:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-02-23 01:47:38 +0100 |
| commit | 81d8c747c7a04be10821223dea69faf058b05b1d (patch) | |
| tree | 98f58e45012c3133e719024fe8c84d7b9c691811 /src/wx/verify_dcp_progress_dialog.h | |
| parent | 6628b2573f601b7448da169453d5f113534e525e (diff) | |
Allow verification of multiple DCPs in one go (#2843).
Diffstat (limited to 'src/wx/verify_dcp_progress_dialog.h')
| -rw-r--r-- | src/wx/verify_dcp_progress_dialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/verify_dcp_progress_dialog.h b/src/wx/verify_dcp_progress_dialog.h index 1ae3336e8..5120b309b 100644 --- a/src/wx/verify_dcp_progress_dialog.h +++ b/src/wx/verify_dcp_progress_dialog.h @@ -26,7 +26,7 @@ LIBDCP_ENABLE_WARNINGS #include <memory> -class Job; +class VerifyDCPJob; class VerifyDCPProgressPanel; @@ -35,7 +35,7 @@ class VerifyDCPProgressDialog : public wxDialog public: VerifyDCPProgressDialog (wxWindow* parent, wxString title); - bool run (std::shared_ptr<Job> job); + bool run(std::shared_ptr<VerifyDCPJob> job); private: void cancel (); |
