From d39880eef211a296fa8ef4712cdef5945d08527c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 20 Dec 2020 14:14:07 +0100 Subject: std::shared_ptr --- src/combine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/combine.h') diff --git a/src/combine.h b/src/combine.h index 3d8a6284..21acbb04 100644 --- a/src/combine.h +++ b/src/combine.h @@ -48,7 +48,7 @@ void combine ( std::string creator = String::compose("libdcp %1", dcp::version), std::string issue_date = LocalTime().as_string(), std::string annotation_text = String::compose("Created by libdcp %1", dcp::version), - boost::shared_ptr signer = boost::shared_ptr() + std::shared_ptr signer = std::shared_ptr() ); } -- cgit v1.2.3