Tidy up test film naming.
[dcpomatic.git] / src / lib / copy_from_dvd_job.cc
index 55259eb1eac883f8dab1caa4b8a638897ab98e59..e087180728bd8767b39ddc299c8b51c55f102f09 100644 (file)
@@ -27,6 +27,7 @@
 #include "copy_from_dvd_job.h"
 #include "film_state.h"
 #include "dvd.h"
+#include "cross.h"
 
 using namespace std;
 using namespace boost;
@@ -34,8 +35,8 @@ using namespace boost;
 /** @param fs FilmState for the film to write DVD data into.
  *  @param l Log that we can write to.
  */
-CopyFromDVDJob::CopyFromDVDJob (shared_ptr<const FilmState> fs, Log* l)
-       : Job (fs, shared_ptr<Options> (), l)
+CopyFromDVDJob::CopyFromDVDJob (shared_ptr<const FilmState> fs, Log* l, shared_ptr<Job> req)
+       : Job (fs, l, req)
 {
 
 }