BOOST_FOREACH.
[dcpomatic.git] / src / wx / dolby_doremi_certificate_panel.cc
index e30ef30a4396bac5ae01b9a8f42b49588968a7ca..6eaa1d3aea41e833f652d5c96de671f84d34cd28 100644 (file)
@@ -28,7 +28,6 @@
 #include <dcp/raw_convert.h>
 #include <curl/curl.h>
 #include <zip.h>
-#include <boost/foreach.hpp>
 #include <iostream>
 
 using std::string;
@@ -195,7 +194,7 @@ DolbyDoremiCertificatePanel::do_download ()
                _dialog->message()->SetLabel (wxT (""));
 
                string s;
-               BOOST_FOREACH (string e, errors) {
+               for (auto e: errors) {
                        s += e + "\n";
                }