summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Location.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2022-04-06 00:50:57 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2022-04-06 00:50:57 (GMT)
commit7e2d23d2a15509c3753d7c8d2571f1360a834087 (patch)
treee4fd90365661429a6042690633dfdbd779ec25bb /c++/src/H5Location.h
parent715cf1a29b14abd81b4a03421fc742d6f4542fd0 (diff)
parentda562164ce4defaf84ff98869d317e7751bcc6f3 (diff)
downloadhdf5-7e2d23d2a15509c3753d7c8d2571f1360a834087.zip
hdf5-7e2d23d2a15509c3753d7c8d2571f1360a834087.tar.gz
hdf5-7e2d23d2a15509c3753d7c8d2571f1360a834087.tar.bz2
Merge remote-tracking branch 'canonical/develop' into feature/onion_vfd
Diffstat (limited to 'c++/src/H5Location.h')
-rw-r--r--c++/src/H5Location.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c++/src/H5Location.h b/c++/src/H5Location.h
index 740d0ce..0aec4d2 100644
--- a/c++/src/H5Location.h
+++ b/c++/src/H5Location.h
@@ -15,7 +15,7 @@
#ifndef H5Location_H
#define H5Location_H
-#include "H5Classes.h" // constains forward class declarations
+#include "H5Classes.h" // contains forward class declarations
namespace H5 {
@@ -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