Copy DCP name layout fix from master.
[dcpomatic.git] / src / lib / sndfile_decoder.cc
index 602014d5883d2dba1381588bb44a7036debc9c96..09059a8b0717adbf2b8df12b11c6ec48a941477b 100644 (file)
@@ -65,7 +65,7 @@ SndfileDecoder::~SndfileDecoder ()
 }
 
 bool
-SndfileDecoder::pass ()
+SndfileDecoder::pass (PassReason)
 {
        if (_remaining == 0) {
                return true;