Skip to content

Commit

Permalink
Code review suggestion from @neheb.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinbackhouse committed Feb 20, 2025
1 parent a26ef35 commit fed98d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tiffcomposite_int.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ TiffIfdMakernote::TiffIfdMakernote(uint16_t tag, IfdId group, IfdId mnGroup, MnH
TiffComponent(tag, group), pHeader_(pHeader), ifd_(tag, mnGroup, hasNext) {
}

TiffIfdMakernote::~TiffIfdMakernote() {
}
TiffIfdMakernote::~TiffIfdMakernote() = default;

TiffBinaryArray::TiffBinaryArray(uint16_t tag, IfdId group, const ArrayCfg& arrayCfg, const ArrayDef* arrayDef,
size_t defSize) :
Expand Down

0 comments on commit fed98d4

Please sign in to comment.