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/identity_transfer_function.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/identity_transfer_function.h') diff --git a/src/identity_transfer_function.h b/src/identity_transfer_function.h index f157cd6f..f2313c10 100644 --- a/src/identity_transfer_function.h +++ b/src/identity_transfer_function.h @@ -42,7 +42,7 @@ namespace dcp { class IdentityTransferFunction : public TransferFunction { public: - bool about_equal (boost::shared_ptr other, double epsilon) const; + bool about_equal (std::shared_ptr other, double epsilon) const; protected: double * make_lut (int bit_depth, bool inverse) const; -- cgit v1.2.3