X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fsubrip_content.cc;h=7a336f88af632d3770eeed3beb3f9cd82b0915e7;hb=c008066160d85b9ec9e5485375d7baaa5d27bda2;hp=14cb50b86718eb3a25e0a3516a5cea9f823261e1;hpb=996fa2194581bf95113b9778849654893c414889;p=dcpomatic.git diff --git a/src/lib/subrip_content.cc b/src/lib/subrip_content.cc index 14cb50b86..7a336f88a 100644 --- a/src/lib/subrip_content.cc +++ b/src/lib/subrip_content.cc @@ -47,9 +47,9 @@ SubRipContent::SubRipContent (shared_ptr film, cxml::ConstNodePtr no } void -SubRipContent::examine (boost::shared_ptr job) +SubRipContent::examine (boost::shared_ptr job, bool calculate_digest) { - Content::examine (job); + Content::examine (job, calculate_digest); SubRip s (shared_from_this ()); shared_ptr film = _film.lock ();