Rationalise #undef-ing of ERROR.
[libdcp.git] / src / s_gamut3_transfer_function.h
index 790cd6b15d5fa0e59668ffa7a7f79e2917bc6b29..50b4875ab93bb9ca0553877809b8215bc83df3d3 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 (int bit_depth, bool inverse) const override;
+       std::vector<double> make_lut (double from, double to, int bit_depth, bool inverse) const override;
 };