From bcf95655354ab9c92f823656ee1722fd91694305 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Sat, 29 Jan 2022 15:21:30 -0500 Subject: Added another missing override keyword on a dtor (#1384) --- c++/src/H5Location.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c++/src/H5Location.h b/c++/src/H5Location.h index e990ec8..0aec4d2 100644 --- a/c++/src/H5Location.h +++ b/c++/src/H5Location.h @@ -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 -- cgit v0.12