diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-01-21 23:38:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-03-09 17:04:02 +0100 |
| commit | cf65c2709664936940935996499ac87dc47515f0 (patch) | |
| tree | 4eb00dddbf83e74ee0234d3d8279bff4ed688ba3 /src/wx/christie_certificate_panel.cc | |
| parent | cda2e5441938ebca1c94afd96f9a3a93e7bf3a08 (diff) | |
C++11 and general tidying.
Diffstat (limited to 'src/wx/christie_certificate_panel.cc')
| -rw-r--r-- | src/wx/christie_certificate_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/christie_certificate_panel.cc b/src/wx/christie_certificate_panel.cc index ab131e015..4d9b1fcb7 100644 --- a/src/wx/christie_certificate_panel.cc +++ b/src/wx/christie_certificate_panel.cc @@ -68,7 +68,7 @@ ChristieCertificatePanel::do_download () if (error) { all_errors = *error; - string const url = String::compose ("%1IMB-S2/IMB-S2_%2_sha256.pem", prefix, serial); + auto const url = String::compose ("%1IMB-S2/IMB-S2_%2_sha256.pem", prefix, serial); error = get_from_url (url, true, false, boost::bind(&DownloadCertificatePanel::load_certificate_from_chain, this, _1)); if (error) { |
