Rename lut -> double_lut.
[libdcp.git] / src / modified_gamma_transfer_function.h
index 0427dd6170e4de18410c4c265762c21e463cc3c3..ae27be858161331988ba86f2d94f34e61e0f38d7 100644 (file)
@@ -77,7 +77,7 @@ public:
        bool about_equal (std::shared_ptr<const TransferFunction>, 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;
 
 private:
        double _power;