Rename lut -> double_lut.
[libdcp.git] / src / s_gamut3_transfer_function.h
index 50b4875ab93bb9ca0553877809b8215bc83df3d3..6d69f2965e56dbed273e8d16168ebc360e5d4492 100644 (file)
@@ -49,7 +49,7 @@ public:
        bool about_equal (std::shared_ptr<const TransferFunction> other, double epsilon) const override;
 
 protected:
-       std::vector<double> make_lut (double from, double to, int bit_depth, bool inverse) const override;
+       std::vector<double> make_double_lut(double from, double to, int bit_depth, bool inverse) const override;
 };