X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fdownload_certificate_dialog.h;h=12873c9443a546bcc3963980501bf90ab883b2c6;hb=7ec6c86c913fba820870565ee757fdf43ae47433;hp=0df504975e6f904d0193cced64644203c703dbea;hpb=7459697905a79ff36c8cd676a9b2f150f6491d6d;p=dcpomatic.git diff --git a/src/wx/download_certificate_dialog.h b/src/wx/download_certificate_dialog.h index 0df504975..12873c944 100644 --- a/src/wx/download_certificate_dialog.h +++ b/src/wx/download_certificate_dialog.h @@ -18,8 +18,14 @@ */ + +#include +#include +LIBDCP_DISABLE_WARNINGS #include #include +LIBDCP_ENABLE_WARNINGS + class DownloadCertificatePanel; @@ -30,9 +36,18 @@ public: ~DownloadCertificateDialog (); dcp::Certificate certificate () const; + std::string url () const; void setup_sensitivity (); + wxNotebook* notebook () const { + return _notebook; + } + + wxStaticText* message () const { + return _message; + } + private: void download (); void page_changed (wxNotebookEvent &);