Tidy how we're finding the tags and xsd directories.
[libdcp.git] / src / verify.h
index 16700127ae49e4f1ffc28c32029a275139ced221..f14382c53dcd55f4dcf37c095397bcbeeb5f370a 100644 (file)
@@ -436,7 +436,7 @@ std::vector<VerificationNote> verify (
        std::vector<boost::filesystem::path> directories,
        boost::function<void (std::string, boost::optional<boost::filesystem::path>)> stage,
        boost::function<void (float)> progress,
-       boost::filesystem::path xsd_dtd_directory
+       boost::optional<boost::filesystem::path> xsd_dtd_directory = boost::optional<boost::filesystem::path>()
        );
 
 std::string note_to_string (dcp::VerificationNote note);