summaryrefslogtreecommitdiff
path: root/vcl/source/filter/jpeg/JpegTransform.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/filter/jpeg/JpegTransform.cxx')
-rw-r--r--vcl/source/filter/jpeg/JpegTransform.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/filter/jpeg/JpegTransform.cxx b/vcl/source/filter/jpeg/JpegTransform.cxx
index f3b1e7723bdf..b1016c022272 100644
--- a/vcl/source/filter/jpeg/JpegTransform.cxx
+++ b/vcl/source/filter/jpeg/JpegTransform.cxx
@@ -37,7 +37,7 @@ void JpegTransform::perform()
Transform( &mrInputStream, &mrOutputStream, maRotate );
}
-void JpegTransform::setRotate(sal_uInt16 aRotate)
+void JpegTransform::setRotate(Degree10 aRotate)
{
maRotate = aRotate;
}