Build fixes for OS X.
[dcpomatic.git] / src / lib / audio_decoder.cc
index a038dd2bb22131b8ea4d2888216acd224a0fddc1..a54c14843927449b4a62f00665ea83020a53bf70 100644 (file)
@@ -23,8 +23,8 @@
 using boost::optional;
 using boost::shared_ptr;
 
-AudioDecoder::AudioDecoder (shared_ptr<Film> f, DecodeOptions o, Job* j)
-       : Decoder (f, o, j)
+AudioDecoder::AudioDecoder (shared_ptr<Film> f, DecodeOptions o)
+       : Decoder (f, o)
 {
 
 }