X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcredentials_download_certificate_panel.cc;h=d90fc2719bda0d9f4a3d20905db6bf012402ae55;hb=9b7a360f05b5074b1a13bf329416e1f86eb27f9d;hp=77c18e3c1ddd0459cfeeb5546f81d8c7a32db340;hpb=8963f0007af1a312017b9627c18b82ec2a577591;p=dcpomatic.git diff --git a/src/wx/credentials_download_certificate_panel.cc b/src/wx/credentials_download_certificate_panel.cc index 77c18e3c1..d90fc2719 100644 --- a/src/wx/credentials_download_certificate_panel.cc +++ b/src/wx/credentials_download_certificate_panel.cc @@ -18,15 +18,18 @@ */ + #include "download_certificate_dialog.h" #include "credentials_download_certificate_panel.h" #include "password_entry.h" #include "wx_util.h" + using std::string; using std::function; using boost::optional; + CredentialsDownloadCertificatePanel::CredentialsDownloadCertificatePanel ( DownloadCertificateDialog* dialog, function ()> get_username,