summaryrefslogtreecommitdiff
path: root/vcl/source/filter/jpeg/JpegReader.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/filter/jpeg/JpegReader.hxx')
-rw-r--r--vcl/source/filter/jpeg/JpegReader.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/filter/jpeg/JpegReader.hxx b/vcl/source/filter/jpeg/JpegReader.hxx
index 442c52d78ef2..978317a59c9d 100644
--- a/vcl/source/filter/jpeg/JpegReader.hxx
+++ b/vcl/source/filter/jpeg/JpegReader.hxx
@@ -43,7 +43,7 @@ struct JPEGCreateBitmapParam
long bGray;
long nAlignedWidth; // these members will be filled by the
- long bTopDown; // CreateBitmap method in svtools
+ bool bTopDown; // CreateBitmap method in svtools
};
class JPEGReader : public GraphicReader