diff options
Diffstat (limited to 'src/lib/dcp_subtitle_content.h')
| -rw-r--r-- | src/lib/dcp_subtitle_content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dcp_subtitle_content.h b/src/lib/dcp_subtitle_content.h index 5794b5951..551dafd15 100644 --- a/src/lib/dcp_subtitle_content.h +++ b/src/lib/dcp_subtitle_content.h @@ -26,7 +26,7 @@ public: DCPSubtitleContent (boost::shared_ptr<const Film>, cxml::ConstNodePtr, int); /* Content */ - void examine (boost::shared_ptr<Job>); + void examine (boost::shared_ptr<Job>, bool calculate_digest); std::string summary () const; std::string technical_summary () const; std::string information () const; |
