Rationalise #undef-ing of ERROR.
[libdcp.git] / src / modified_gamma_transfer_function.h
index 349048557808801055aa3dd6332dfc91f65d9198..0427dd6170e4de18410c4c265762c21e463cc3c3 100644 (file)
@@ -77,7 +77,7 @@ public:
        bool about_equal (std::shared_ptr<const TransferFunction>, double epsilon) const override;
 
 protected:
-       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;
 
 private:
        double _power;