diff options
Diffstat (limited to 'src/lib/image_proxy.h')
| -rw-r--r-- | src/lib/image_proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/image_proxy.h b/src/lib/image_proxy.h index fcbda7dd1..b499b3292 100644 --- a/src/lib/image_proxy.h +++ b/src/lib/image_proxy.h @@ -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); |
