summaryrefslogtreecommitdiff
path: root/vcl/source/filter/jpeg/Exif.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/filter/jpeg/Exif.hxx')
-rw-r--r--vcl/source/filter/jpeg/Exif.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/filter/jpeg/Exif.hxx b/vcl/source/filter/jpeg/Exif.hxx
index 4cc823dcca27..6b5991c60ee7 100644
--- a/vcl/source/filter/jpeg/Exif.hxx
+++ b/vcl/source/filter/jpeg/Exif.hxx
@@ -59,7 +59,7 @@ private:
};
struct TiffHeader {
- sal_uInt16 byteOrder;
+ sal_uInt16 const byteOrder;
sal_uInt16 tagAlign;
sal_uInt32 offset;
};