summaryrefslogtreecommitdiff
path: root/src/gamma_lut.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gamma_lut.h')
-rw-r--r--src/gamma_lut.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gamma_lut.h b/src/gamma_lut.h
index c844de44..32e4af02 100644
--- a/src/gamma_lut.h
+++ b/src/gamma_lut.h
@@ -25,7 +25,7 @@
namespace libdcp {
-class GammaLUT : public LUT<float>
+class GammaLUT : public LUT
{
public:
GammaLUT (int bit_length, float gamma);