Build fixes.
[dcpomatic.git] / src / lib / video_content.cc
index b33a37cb8ce385892d3b2aac663e05857e46cc1d..a03300a6b2310b0a06bfc50153bb2ec56646b796 100644 (file)
@@ -436,8 +436,8 @@ VideoContentScale::name () const
        return _("No scale");
 }
 
-libdcp::Size
-VideoContentScale::size (shared_ptr<const VideoContent> c, libdcp::Size container) const
+dcp::Size
+VideoContentScale::size (shared_ptr<const VideoContent> c, dcp::Size container) const
 {
        if (_ratio) {
                return fit_ratio_within (_ratio->ratio (), container);