Use dcp::compose rather than our own.
[dcpomatic.git] / src / lib / atmos_mxf_content.cc
index 82c20e88f7bd8e7c723e49216b1d4aeeabe3bc4d..d833bc416d907157fcc6b292ec9bbc7731ac1060 100644 (file)
 
 #include "atmos_content.h"
 #include "atmos_mxf_content.h"
-#include "compose.hpp"
 #include "film.h"
 #include "job.h"
 #include <asdcp/KM_log.h>
 #include <dcp/atmos_asset.h>
+#include <dcp/compose.h>
 #include <dcp/exceptions.h>
 #include <dcp/raw_convert.h>
 #include <libxml++/libxml++.h>
@@ -93,7 +93,7 @@ AtmosMXFContent::examine (shared_ptr<const Film> film, shared_ptr<Job> job)
 string
 AtmosMXFContent::summary () const
 {
-       return String::compose (_("%1 [Atmos]"), path_summary());
+       return dcp::compose (_("%1 [Atmos]"), path_summary());
 }