Fix deadlock.
[dcpomatic.git] / src / lib / dcp_decoder.cc
index ab0df8a8641d660315be9cc7068a6243896c0ba9..3bfbd7720c9e04cf99b951db455e306bd2be3cb9 100644 (file)
@@ -55,7 +55,7 @@ DCPDecoder::DCPDecoder (shared_ptr<const DCPContent> c)
 }
 
 bool
-DCPDecoder::pass ()
+DCPDecoder::pass (PassReason)
 {
        if (_reel == _reels.end () || !_dcp_content->can_be_played ()) {
                return true;