Extract common code out into kdm_for_screen()
[dcpomatic.git] / src / lib / image_content.h
index 959923a51db83e0e1c4851d9fa95a39c161a7c2d..970a68d661271be3b567d714ec880cc55111527a 100644 (file)
@@ -41,8 +41,8 @@ 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;
 
        std::string identifier () const;