Supporters update.
[dcpomatic.git] / src / wx / download_certificate_dialog.h
index 0df504975e6f904d0193cced64644203c703dbea..ef241a0cab5d046ba9b2edcfed25af74a6f34627 100644 (file)
 
 */
 
+#include "lib/warnings.h"
+#include <dcp/certificate.h>
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
 #include <wx/notebook.h>
+DCPOMATIC_ENABLE_WARNINGS
 
 class DownloadCertificatePanel;
 
@@ -33,6 +37,14 @@ public:
 
        void setup_sensitivity ();
 
+       wxNotebook* notebook () const {
+               return _notebook;
+       }
+
+       wxStaticText* message () const {
+               return _message;
+       }
+
 private:
        void download ();
        void page_changed (wxNotebookEvent &);