Fix some typos in comments.
[dcpomatic.git] / src / lib / verify_dcp_job.cc
index b59f5bfabb34eb43964295fd35cad2865500465c..e054fae3a8774e81594b1474b04966e3ffb11ef7 100644 (file)
@@ -76,7 +76,7 @@ VerifyDCPJob::update_stage (string s, optional<boost::filesystem::path> path)
 void
 VerifyDCPJob::run ()
 {
-       _notes = dcp::verify (_directories, bind (&VerifyDCPJob::update_stage, this, _1, _2), bind (&VerifyDCPJob::set_progress, this, _1, false), libdcp_resources_path() / "xsd");
+       _notes = dcp::verify(_directories, bind(&VerifyDCPJob::update_stage, this, _1, _2), bind(&VerifyDCPJob::set_progress, this, _1, false), {}, libdcp_resources_path() / "xsd");
 
        bool failed = false;
        for (auto i: _notes) {