Another macOS std::list boost::thread SNAFU.
[dcpomatic.git] / src / lib / dcp_subtitle_content.h
index 5eaad0d2fc677efc04b7a7896695d11997284155..5ff4095469cbba0c70d7df749dff868363f78776 100644 (file)
@@ -31,8 +31,9 @@ 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<const Film> film) const;
+       dcpomatic::DCPTime full_length (boost::shared_ptr<const Film> film) const;
+       dcpomatic::DCPTime approximate_length () const;
 
 private:
-       ContentTime _length;
+       dcpomatic::ContentTime _length;
 };