summaryrefslogtreecommitdiff
path: root/vcl/source/filter/jpeg/jpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/filter/jpeg/jpeg.h')
-rw-r--r--vcl/source/filter/jpeg/jpeg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/filter/jpeg/jpeg.h b/vcl/source/filter/jpeg/jpeg.h
index 19276635aa0d..bb6c73fc5834 100644
--- a/vcl/source/filter/jpeg/jpeg.h
+++ b/vcl/source/filter/jpeg/jpeg.h
@@ -48,7 +48,7 @@ bool WriteJPEG( JPEGWriter* pJPEGWriter, void* pOutputStream,
void ReadJPEG( JPEGReader* pJPEGReader, void* pInputStream, long* pLines,
Size const & previewSize );
-long Transform( void* pInputStream, void* pOutputStream, long nAngle );
+void Transform(void* pInputStream, void* pOutputStream, long nAngle);
/* Expanded data source object for stdio input */