std::shared_ptr
[libdcp.git] / src / identity_transfer_function.h
index f157cd6ff4bb26c57d9ed49d248cdebc863b8937..f2313c104074de50ab066f5b2656ffbebe64edbe 100644 (file)
@@ -42,7 +42,7 @@ namespace dcp {
 class IdentityTransferFunction : public TransferFunction
 {
 public:
-       bool about_equal (boost::shared_ptr<const TransferFunction> other, double epsilon) const;
+       bool about_equal (std::shared_ptr<const TransferFunction> other, double epsilon) const;
 
 protected:
        double * make_lut (int bit_depth, bool inverse) const;