summaryrefslogtreecommitdiff
path: root/src/lut.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-23 15:34:47 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-23 15:34:47 +0100
commit02ff5c5989c4e2a84e4a3be8123abdbd887f8648 (patch)
tree4cb8b458691329cba95e8e282aa01803ccef3848 /src/lut.h
parent04156a67a01fbb81c6e8b59ecff6a22dee712c30 (diff)
A few small cleanups.
Diffstat (limited to 'src/lut.h')
-rw-r--r--src/lut.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lut.h b/src/lut.h
index 3efcaaed..ad291467 100644
--- a/src/lut.h
+++ b/src/lut.h
@@ -21,10 +21,11 @@
#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)