diff options
Diffstat (limited to 'src/lut_cache.h')
| -rw-r--r-- | src/lut_cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lut_cache.h b/src/lut_cache.h index 0985a0c0..d1968579 100644 --- a/src/lut_cache.h +++ b/src/lut_cache.h @@ -24,7 +24,7 @@ #include <boost/shared_ptr.hpp> template<class T> -class LUTCache +class LUTCache : public boost::noncopyable { public: boost::shared_ptr<T> get (int bit_depth, float gamma) |
