Pass options only to jobs that need them.
[dcpomatic.git] / src / lib / copy_from_dvd_job.cc
index f7281fc10e303479c2a0bcfdaef6e26121df059f..e087180728bd8767b39ddc299c8b51c55f102f09 100644 (file)
@@ -36,7 +36,7 @@ using namespace boost;
  *  @param l Log that we can write to.
  */
 CopyFromDVDJob::CopyFromDVDJob (shared_ptr<const FilmState> fs, Log* l, shared_ptr<Job> req)
-       : Job (fs, shared_ptr<Options> (), l, req)
+       : Job (fs, l, req)
 {
 
 }