X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fsubrip_content.cc;h=fc0637bfd89d523140c60ea7ca58f8b0bee9d150;hp=819bca32199422cd1750b61c338789401d8fd6ce;hb=59e769023c392c332331567a1aea94660002c463;hpb=5af65f61bf6eba06c24025d63b43aec896a00c9c diff --git a/src/lib/subrip_content.cc b/src/lib/subrip_content.cc index 819bca321..fc0637bfd 100644 --- a/src/lib/subrip_content.cc +++ b/src/lib/subrip_content.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 Carl Hetherington + Copyright (C) 2014-2015 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -50,9 +50,9 @@ SubRipContent::SubRipContent (shared_ptr film, cxml::ConstNodePtr no } void -SubRipContent::examine (boost::shared_ptr job, bool calculate_digest) +SubRipContent::examine (boost::shared_ptr job) { - Content::examine (job, calculate_digest); + Content::examine (job); SubRip s (shared_from_this ()); shared_ptr film = _film.lock ();