summaryrefslogtreecommitdiff
path: root/vcl/source/filter/jpeg/Exif.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/filter/jpeg/Exif.cxx')
-rw-r--r--vcl/source/filter/jpeg/Exif.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/filter/jpeg/Exif.cxx b/vcl/source/filter/jpeg/Exif.cxx
index 4bb43049f76d..6dd3bd1b2baa 100644
--- a/vcl/source/filter/jpeg/Exif.cxx
+++ b/vcl/source/filter/jpeg/Exif.cxx
@@ -50,7 +50,7 @@ Orientation Exif::convertToOrientation(sal_Int32 value)
return TOP_LEFT;
}
-sal_Int32 Exif::getRotation()
+sal_Int32 Exif::getRotation() const
{
switch(maOrientation) {
case TOP_LEFT: