Cleanup: default constructor.
authorCarl Hetherington <cth@carlh.net>
Tue, 21 Jan 2025 01:25:24 +0000 (02:25 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 21 Jan 2025 01:25:24 +0000 (02:25 +0100)
src/lib/verify_dcp_job.cc

index a7688717d188aa483cd08185ef70e1a83de6b76c..6395cc38842e728aed40fc655f347e7c9707716b 100644 (file)
@@ -37,8 +37,8 @@ using namespace boost::placeholders;
 
 
 VerifyDCPJob::VerifyDCPJob(vector<boost::filesystem::path> directories, vector<boost::filesystem::path> kdms)
-       : Job (shared_ptr<Film>())
        , _directories (directories)
+       : Job({})
        , _kdms(kdms)
 {