Merge branch '1.0' into 1.0-seek
[dcpomatic.git] / src / lib / image_content.cc
index 8eba33f3af20e2a780abac3f97b5ce24a8332992..0f952607159f99e4da16b6990f7efac0a32a541b 100644 (file)
@@ -120,7 +120,7 @@ ImageContent::set_video_length (VideoContent::Frame len)
        signal_changed (ContentProperty::LENGTH);
 }
 
-Time
+DCPTime
 ImageContent::full_length () const
 {
        shared_ptr<const Film> film = _film.lock ();