X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fstring_text_file_content.h;h=959190d32a604ee37c0921928c796a49695f9cf5;hb=4ab86ef0295bcd6bb9297996a06006f371d22bae;hp=83323172d3efb447227153647a008d6fca5c75c0;hpb=f9754756b1cda04089fa0548bcccc51b0dd23403;p=dcpomatic.git diff --git a/src/lib/string_text_file_content.h b/src/lib/string_text_file_content.h index 83323172d..959190d32 100644 --- a/src/lib/string_text_file_content.h +++ b/src/lib/string_text_file_content.h @@ -43,10 +43,10 @@ public: std::string summary () const; 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; + dcpomatic::DCPTime full_length (boost::shared_ptr film) const; + dcpomatic::DCPTime approximate_length () const; std::string identifier () const; private: - ContentTime _length; + dcpomatic::ContentTime _length; };