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. --- test/image_test.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/image_test.cc') diff --git a/test/image_test.cc b/test/image_test.cc index 3993b3efb..c461a93d3 100644 --- a/test/image_test.cc +++ b/test/image_test.cc @@ -26,12 +26,12 @@ */ -#include "lib/compose.hpp" #include "lib/image.h" #include "lib/image_content.h" #include "lib/image_decoder.h" #include "lib/ffmpeg_image_proxy.h" #include "test.h" +#include #include #include @@ -364,7 +364,7 @@ BOOST_AUTO_TEST_CASE (crop_scale_window_test7) true, false ); - path file = String::compose("crop_scale_window_test7-%1.png", left_crop); + path file = dcp::compose("crop_scale_window_test7-%1.png", left_crop); write_image(cropped, path("build") / "test" / file); check_image(path("test") / "data" / file, path("build") / "test" / file, 10); } -- cgit v1.2.3