summaryrefslogtreecommitdiff
path: root/src/mono_picture_frame.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mono_picture_frame.cc')
-rw-r--r--src/mono_picture_frame.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mono_picture_frame.cc b/src/mono_picture_frame.cc
index 1237fd90..fe35b6a9 100644
--- a/src/mono_picture_frame.cc
+++ b/src/mono_picture_frame.cc
@@ -112,7 +112,7 @@ MonoPictureFrame::j2k_size () const
* of the image, expressed as a power of two (pass 0 for no
* reduction).
*/
-shared_ptr<XYZImage>
+shared_ptr<OpenJPEGImage>
MonoPictureFrame::xyz_image (int reduce) const
{
return decompress_j2k (const_cast<uint8_t*> (_buffer->RoData()), _buffer->Size(), reduce);