From 274dd30f2b11fe8ea563a2ac7436c9d463865b0b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 14 Apr 2021 01:00:05 +0200 Subject: Fix/hide some warnings. --- src/identity_transfer_function.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/identity_transfer_function.h') diff --git a/src/identity_transfer_function.h b/src/identity_transfer_function.h index ff6814eb..de7a897a 100644 --- a/src/identity_transfer_function.h +++ b/src/identity_transfer_function.h @@ -46,10 +46,10 @@ namespace dcp { class IdentityTransferFunction : public TransferFunction { public: - bool about_equal (std::shared_ptr other, double epsilon) const; + bool about_equal (std::shared_ptr other, double epsilon) const override; protected: - double * make_lut (int bit_depth, bool inverse) const; + double * make_lut (int bit_depth, bool inverse) const override; }; -- cgit v1.2.3