diff options
Diffstat (limited to 'third_party/jpeg-xl/lib/jxl/encode_internal.h')
-rw-r--r-- | third_party/jpeg-xl/lib/jxl/encode_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/jpeg-xl/lib/jxl/encode_internal.h b/third_party/jpeg-xl/lib/jxl/encode_internal.h index 001df5fed5..8030c8314a 100644 --- a/third_party/jpeg-xl/lib/jxl/encode_internal.h +++ b/third_party/jpeg-xl/lib/jxl/encode_internal.h @@ -214,7 +214,7 @@ class JxlEncoderChunkedFrameAdapter { } // TODO(szabadka) Move instead of copy. - void SetJPEGData(const jpeg::JPEGData jpeg_data) { + void SetJPEGData(const jpeg::JPEGData& jpeg_data) { jpeg_data_ = jpeg_data; has_jpeg_data_ = true; } |