Display the filename / URL that a screen certificate was obtained from (#1894).
[dcpomatic.git] / src / wx / download_certificate_dialog.h
index ef241a0cab5d046ba9b2edcfed25af74a6f34627..a5085e174fe2035945958b736719ba4004425dca 100644 (file)
@@ -34,6 +34,7 @@ public:
        ~DownloadCertificateDialog ();
 
        dcp::Certificate certificate () const;
+       std::string url () const;
 
        void setup_sensitivity ();