File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -311,13 +311,13 @@ class TiffDecoder : public TiffVisitor {
311311 // @}
312312
313313 // DATA
314- ExifData& exifData_; // !< Exif metadata container
315- IptcData& iptcData_; // !< IPTC metadata container
316- XmpData& xmpData_; // !< XMP metadata container
317- TiffComponent* pRoot_; // !< Root element of the composite
318- const FindDecoderFct findDecoderFct_; // !< Ptr to the function to find special decoding functions
319- std::string make_; // !< Camera make, determined from the tags to decode
320- bool decodedIptc_; // !< Indicates if IPTC has been decoded yet
314+ ExifData& exifData_; // !< Exif metadata container
315+ IptcData& iptcData_; // !< IPTC metadata container
316+ XmpData& xmpData_; // !< XMP metadata container
317+ TiffComponent* pRoot_; // !< Root element of the composite
318+ FindDecoderFct findDecoderFct_; // !< Ptr to the function to find special decoding functions
319+ std::string make_; // !< Camera make, determined from the tags to decode
320+ bool decodedIptc_; // !< Indicates if IPTC has been decoded yet
321321
322322}; // class TiffDecoder
323323
You can’t perform that action at this time.
0 commit comments