From 673ba43fb66eb0dee43807501753749f144254a7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 23 Nov 2018 01:15:37 +0000 Subject: Remove required Film from content examine. --- src/lib/string_text_file_content.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/string_text_file_content.h') diff --git a/src/lib/string_text_file_content.h b/src/lib/string_text_file_content.h index 4932f2a72..936e894d8 100644 --- a/src/lib/string_text_file_content.h +++ b/src/lib/string_text_file_content.h @@ -44,6 +44,7 @@ public: std::string technical_summary () const; void as_xml (xmlpp::Node *, bool with_paths) const; DCPTime full_length (boost::shared_ptr film) const; + DCPTime approximate_length () const; private: ContentTime _length; -- cgit v1.2.3