X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fverify_dcp_dialog.h;h=076217b1f9678c4db79698b252f87414f016421c;hb=ed0b5670e65647a9f0555ed66f81125678d193a7;hp=1ecaf2d7366a9cc75cc305482a10cd402fe215a4;hpb=dc87773c69beb0249c1d50841730a10a496b563a;p=dcpomatic.git diff --git a/src/wx/verify_dcp_dialog.h b/src/wx/verify_dcp_dialog.h index 1ecaf2d73..076217b1f 100644 --- a/src/wx/verify_dcp_dialog.h +++ b/src/wx/verify_dcp_dialog.h @@ -18,17 +18,20 @@ */ + #include +#include +LIBDCP_DISABLE_WARNINGS #include -#include +LIBDCP_ENABLE_WARNINGS +#include class wxRichTextCtrl; +class VerifyDCPJob; + class VerifyDCPDialog : public wxDialog { public: - VerifyDCPDialog (wxWindow* parent, std::list notes); - -private: - wxRichTextCtrl* _text; + VerifyDCPDialog (wxWindow* parent, std::shared_ptr job); };