X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fdolby_doremi_certificate_panel.cc;h=25f7392396b39000333cbdaf60f11cb781774f26;hb=13ebde8a7ab4423d4380ece07b93c180a7234b0b;hp=817867cc108055bfb2d37d3747c6484047dbad24;hpb=8963f0007af1a312017b9627c18b82ec2a577591;p=dcpomatic.git diff --git a/src/wx/dolby_doremi_certificate_panel.cc b/src/wx/dolby_doremi_certificate_panel.cc index 817867cc1..25f739239 100644 --- a/src/wx/dolby_doremi_certificate_panel.cc +++ b/src/wx/dolby_doremi_certificate_panel.cc @@ -29,10 +29,8 @@ #include #include #include -#include -using std::cout; using std::function; using std::list; using std::string; @@ -199,7 +197,7 @@ DolbyDoremiCertificatePanel::do_download () auto i = urls.begin (); auto j = files.begin (); while (!ok && i != urls.end ()) { - auto error = get_from_zip_url (*i++, *j++, true, true, boost::bind(&DownloadCertificatePanel::load_certificate, this, _1)); + auto error = get_from_zip_url (*i++, *j++, true, true, boost::bind(&DownloadCertificatePanel::load_certificate, this, _1, _2)); if (error) { errors.push_back (error.get ()); } else {