Support rgb -> xyz encoding.
[libdcp.git] / src / srgb_linearised_gamma_lut.h
index 9e32463ada0c27893817cb6abde38e7367fd9503..34800c666ff75c22ca0b59451740239a00ed41fe 100644 (file)
@@ -22,7 +22,7 @@
 
 namespace libdcp {
 
-class SRGBLinearisedGammaLUT : public LUT<float>
+class SRGBLinearisedGammaLUT : public LUT
 {
 public:
        SRGBLinearisedGammaLUT (int bit_length, float gamma);