X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fdownload_certificate_panel.h;h=0e7b2ab713198f6ffa5049027156874b24d94221;hp=25271c7701dbb21ab26be7087f9c8bc23520e89f;hb=2fd641547b5fb795fc17e98e47f489fa82e8ff42;hpb=cf65c2709664936940935996499ac87dc47515f0 diff --git a/src/wx/download_certificate_panel.h b/src/wx/download_certificate_panel.h index 25271c770..0e7b2ab71 100644 --- a/src/wx/download_certificate_panel.h +++ b/src/wx/download_certificate_panel.h @@ -44,9 +44,10 @@ public: virtual bool ready_to_download () const; void download (); - boost::optional load_certificate (boost::filesystem::path); - boost::optional load_certificate_from_chain (boost::filesystem::path); + boost::optional load_certificate (boost::filesystem::path, std::string url); + boost::optional load_certificate_from_chain (boost::filesystem::path, std::string url); boost::optional certificate () const; + boost::optional url () const; protected: DownloadCertificateDialog* _dialog; @@ -56,6 +57,7 @@ protected: private: boost::optional _certificate; + boost::optional _url; };