summaryrefslogtreecommitdiff
path: root/src/wx
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-04-30 16:04:34 +0100
committerCarl Hetherington <cth@carlh.net>2019-05-10 23:43:42 +0100
commit6fe1f0362d04cd4d1f72eea74d84f4680f8e9cc9 (patch)
tree4b8dcbe956934c84342513e4bf317e1d379c011b /src/wx
parent19d561056e8b7b5d03844f3e9063cf47eb31be87 (diff)
Build fixes.
Diffstat (limited to 'src/wx')
-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 f6e304955..de2ece889 100644
--- a/src/wx/qube_certificate_panel.cc
+++ b/src/wx/qube_certificate_panel.cc
@@ -63,7 +63,7 @@ QubeCertificatePanel::do_download ()
return;
}
- optional<string> error = get_from_url (String::compose("%1SMPTE-%2/%3", base, _type, *name), true, boost::bind (&DownloadCertificatePanel::load, this, _1));
+ optional<string> error = get_from_url (String::compose("%1SMPTE-%2/%3", base, _type, *name), true, false, boost::bind(&DownloadCertificatePanel::load, this, _1));
if (error) {
_dialog->message()->SetLabel(wxT(""));