summaryrefslogtreecommitdiff
path: root/src/combine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/combine.h')
-rw-r--r--src/combine.h2
1 files changed, 1 insertions, 1 deletions
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<const CertificateChain> signer = boost::shared_ptr<CertificateChain>()
+ std::shared_ptr<const CertificateChain> signer = std::shared_ptr<CertificateChain>()
);
}