summaryrefslogtreecommitdiff
path: root/src/wx/qube_certificate_panel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/qube_certificate_panel.cc')
-rw-r--r--src/wx/qube_certificate_panel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/qube_certificate_panel.cc b/src/wx/qube_certificate_panel.cc
index e1c6bfb41..8e9662e7d 100644
--- a/src/wx/qube_certificate_panel.cc
+++ b/src/wx/qube_certificate_panel.cc
@@ -71,7 +71,7 @@ QubeCertificatePanel::do_download ()
return;
}
- auto error = get_from_url (String::compose("%1SMPTE-%2/%3", base, _type, *name), true, false, boost::bind(&DownloadCertificatePanel::load_certificate, this, _1));
+ auto error = get_from_url (String::compose("%1SMPTE-%2/%3", base, _type, *name), true, false, boost::bind(&DownloadCertificatePanel::load_certificate, this, _1, _2));
if (error) {
_dialog->message()->SetLabel(wxT(""));