Fix assertion failure on opening content properties (#816).
[dcpomatic.git] / src / lib / sndfile_decoder.h
index a9d2935b6c36ac75b20e52a644f468f20af8cf48..844d1cdc42818219e81e82a7cf1f04077851e6b6 100644 (file)
@@ -29,7 +29,7 @@ public:
        ~SndfileDecoder ();
 
 private:
-       bool pass (PassReason);
+       bool pass (PassReason, bool);
        void seek (ContentTime, bool);
 
        int64_t _done;