diff options
Diffstat (limited to 'src/identity_transfer_function.h')
| -rw-r--r-- | src/identity_transfer_function.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<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; |
