From 5c711929b4f1670ef756a7e54ea59d207c7253a6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 21 Oct 2023 22:40:17 +0200 Subject: Rename lut -> double_lut. --- 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 f6e80abb..d111e057 100644 --- a/src/identity_transfer_function.h +++ b/src/identity_transfer_function.h @@ -49,7 +49,7 @@ public: bool about_equal (std::shared_ptr other, double epsilon) const override; protected: - std::vector make_lut (double from, double to, int bit_depth, bool inverse) const override; + std::vector make_double_lut(double from, double to, int bit_depth, bool inverse) const override; }; -- cgit v1.2.3