Added another missing override keyword on a dtor (#1384)

This commit is contained in:
Sean McBride
2022-01-29 15:21:30 -05:00
committed by GitHub
parent 2b3bb3659c
commit bcf9565535

View File

@@ -334,7 +334,7 @@ class H5_DLLCPP H5Location : public IdComponent {
#endif // DOXYGEN_SHOULD_SKIP_THIS
// Noop destructor.
virtual ~H5Location();
virtual ~H5Location() override;
}; // end of H5Location
} // namespace H5