Merge master.
[dcpomatic.git] / src / lib / image_proxy.h
index fcbda7dd1f6695f5c29c6f0623eb619991e5eeb5..b499b329283362788c778b40ccb33769f3e36ea8 100644 (file)
@@ -45,7 +45,7 @@ namespace cxml {
  *  the TIFF data TIFF until such a time that the actual image is needed.
  *  At this point, the class decodes the TIFF to an Image.
  */
-class ImageProxy
+class ImageProxy : public boost::noncopyable
 {
 public:
        ImageProxy (boost::shared_ptr<Log> log);