From 5b0e331380c83ec9835e8aa42fd342b2f0ad275d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 10 Jul 2021 02:02:19 +0200 Subject: Use dcp::compose rather than our own. --- src/lib/video_mxf_content.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/video_mxf_content.cc') diff --git a/src/lib/video_mxf_content.cc b/src/lib/video_mxf_content.cc index c7ee69d89..20ff3d3fc 100644 --- a/src/lib/video_mxf_content.cc +++ b/src/lib/video_mxf_content.cc @@ -24,8 +24,8 @@ #include "video_content.h" #include "job.h" #include "film.h" -#include "compose.hpp" #include +#include #include #include #include @@ -102,7 +102,7 @@ VideoMXFContent::examine (shared_ptr film, shared_ptr job) string VideoMXFContent::summary () const { - return String::compose (_("%1 [video]"), path_summary()); + return dcp::compose (_("%1 [video]"), path_summary()); } -- cgit v1.2.3