diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-25 23:23:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-25 23:23:48 +0100 |
| commit | c38648f30eb24c88e2af2927ba60acbf7e353fe8 (patch) | |
| tree | c9cfa8f29f9da47bc70c4307b3a86c712d358083 /src/lib/image_proxy.h | |
| parent | bc4705d14aed0ac281d140a718f67ae82cacbcca (diff) | |
More logging tweaks; missing noncopyable.
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); |
