diff options
Diffstat (limited to 'src/lib/string_text_file_content.h')
| -rw-r--r-- | src/lib/string_text_file_content.h | 1 |
1 files changed, 1 insertions, 0 deletions
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<const Film> film) const; + DCPTime approximate_length () const; private: ContentTime _length; |
