Skip to content

Commit

Permalink
COMP: added override keyword on a dtor
Browse files Browse the repository at this point in the history
I have a patch pending for upstream HDF5 too.
  • Loading branch information
seanm authored and hjmjohnson committed Jan 21, 2022
1 parent 485c5b2 commit b3c214d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/ThirdParty/HDF5/src/itkhdf5/c++/src/H5Location.h
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ class H5_DLLCPP H5Location : public IdComponent {
#endif // DOXYGEN_SHOULD_SKIP_THIS

// Noop destructor.
virtual ~H5Location();
virtual ~H5Location() H5_OVERRIDE;

}; // end of H5Location
} // namespace H5
Expand Down

0 comments on commit b3c214d

Please sign in to comment.