summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2022-04-06 15:55:27 (GMT)
committerGitHub <noreply@github.com>2022-04-06 15:55:27 (GMT)
commit6cb6a47ded41b8a5ee213063a61a5bdc3a449e52 (patch)
tree14fddc9454cc2523ff63ddc758677992ab547d34 /c++
parent9f2b38bb61df6136d214cb7ab248f73d1ff9458c (diff)
downloadhdf5-6cb6a47ded41b8a5ee213063a61a5bdc3a449e52.zip
hdf5-6cb6a47ded41b8a5ee213063a61a5bdc3a449e52.tar.gz
hdf5-6cb6a47ded41b8a5ee213063a61a5bdc3a449e52.tar.bz2
Remove c++11 keyword override. (#1587)
Diffstat (limited to 'c++')
-rw-r--r--c++/src/H5Location.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5Location.h b/c++/src/H5Location.h
index 27ddd54..740d0ce 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() override;
+ virtual ~H5Location();
}; // end of H5Location
} // namespace H5