Remove c++11 keyword override. (#1587)

This commit is contained in:
Larry Knox
2022-04-06 10:55:27 -05:00
committed by GitHub
parent 9f2b38bb61
commit 6cb6a47ded

View File

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