Missing virtual destructor.
[libdcp.git] / src / lut.h
index 3efcaaeddd66e443d8e27d51172603a49a6784eb..ad2914671dcdc9d8a53c75ae71eff220d62f3f6f 100644 (file)
--- a/src/lut.h
+++ b/src/lut.h
 #define LIBDCP_LUT_H
 
 #include <cmath>
+#include <boost/utility.hpp>
 
 namespace libdcp {
 
-class LUT
+class LUT : boost::noncopyable
 {
 public:
        LUT(int bit_depth, float gamma)