Add FilmViewer::time_until_next_frame.
[dcpomatic.git] / src / wx / download_certificate_dialog.h
index 0df504975e6f904d0193cced64644203c703dbea..a2fbf808f768b39c77e5f56a1e9e7ea0cff57ac9 100644 (file)
@@ -18,6 +18,7 @@
 
 */
 
+#include <dcp/certificate.h>
 #include <wx/wx.h>
 #include <wx/notebook.h>
 
@@ -33,6 +34,14 @@ public:
 
        void setup_sensitivity ();
 
+       wxNotebook* notebook () const {
+               return _notebook;
+       }
+
+       wxStaticText* message () const {
+               return _message;
+       }
+
 private:
        void download ();
        void page_changed (wxNotebookEvent &);