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