Fix build failures and accept clang suggestions

Change-Id: Ib3c71c42c7ac7737bf0185858ef37b322df42167
This commit is contained in:
Nick Chusid
2021-06-08 15:07:14 -04:00
parent af84d1d7f0
commit ff6a5f9dc9
3 changed files with 10 additions and 11 deletions

View File

@@ -184,7 +184,7 @@ class TiffParser {
// Runs over the Tiff IFD, Exif IFD and subIFDs to get the preview image data.
// Returns false if something with the Tiff tags is wrong.
bool GetPreviewImageData(const TiffContent& tiff_content,
PreviewImageData* image_metadata);
PreviewImageData* preview_image_data);
// Returns false if called more that once or something with the Tiff data is
// wrong.