From: Carl Hetherington Date: Tue, 30 Apr 2019 15:04:34 +0000 (+0100) Subject: Build fixes. X-Git-Tag: v2.15.1~23 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=6fe1f0362d04cd4d1f72eea74d84f4680f8e9cc9;p=dcpomatic.git Build fixes. --- diff --git a/src/lib/film.cc b/src/lib/film.cc index aaa2627e1..dee3196c5 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -547,6 +547,7 @@ Film::read_metadata (optional path) _ratings.push_back (dcp::Rating(i)); } + list notes; _playlist->set_from_xml (shared_from_this(), f.node_child ("Playlist"), _state_version, notes); /* Write backtraces to this film's directory, until another film is loaded */ 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 error = get_from_url (String::compose("%1SMPTE-%2/%3", base, _type, *name), true, boost::bind (&DownloadCertificatePanel::load, this, _1)); + optional 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(""));