summaryrefslogtreecommitdiff
path: root/src/wx/verify_dcp_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-04-20 00:41:46 +0100
committerCarl Hetherington <cth@carlh.net>2018-04-20 00:41:46 +0100
commit899b2ac12ad214f085efccd082d059f6f2ad6531 (patch)
treefc226808c80c44f5849389d1ccd9d251ca39d720 /src/wx/verify_dcp_dialog.h
parentcd810b7658b0f4910c093ac191c2b4ba06ba0677 (diff)
Report errors from other parts of the VerifyDCPJob.
Diffstat (limited to 'src/wx/verify_dcp_dialog.h')
-rw-r--r--src/wx/verify_dcp_dialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/verify_dcp_dialog.h b/src/wx/verify_dcp_dialog.h
index 1ecaf2d73..d2f21863d 100644
--- a/src/wx/verify_dcp_dialog.h
+++ b/src/wx/verify_dcp_dialog.h
@@ -23,11 +23,12 @@
#include <list>
class wxRichTextCtrl;
+class VerifyDCPJob;
class VerifyDCPDialog : public wxDialog
{
public:
- VerifyDCPDialog (wxWindow* parent, std::list<dcp::VerificationNote> notes);
+ VerifyDCPDialog (wxWindow* parent, boost::shared_ptr<VerifyDCPJob> job);
private:
wxRichTextCtrl* _text;