summaryrefslogtreecommitdiff
path: root/src/identity_transfer_function.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/identity_transfer_function.h')
-rw-r--r--src/identity_transfer_function.h4
1 files changed, 2 insertions, 2 deletions
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<const TransferFunction> other, double epsilon) const;
+ bool about_equal (std::shared_ptr<const TransferFunction> 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;
};