Merge branch '1.0' into 1.0-seek
[dcpomatic.git] / src / lib / sndfile_content.cc
index 89db865d530b2d721cff9d0b82a392d16ec792a8..1c872cf96ef165d6685c8fe01caadbce36ba2509 100644 (file)
@@ -141,7 +141,7 @@ SndfileContent::as_xml (xmlpp::Node* node) const
        _audio_mapping.as_xml (node->add_child("AudioMapping"));
 }
 
-Time
+DCPTime
 SndfileContent::full_length () const
 {
        shared_ptr<const Film> film = _film.lock ();