summaryrefslogtreecommitdiffstats
path: root/c++/src/H5DaccProp.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5DaccProp.h')
-rw-r--r--c++/src/H5DaccProp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5DaccProp.h b/c++/src/H5DaccProp.h
index bb404ce..3f101f3 100644
--- a/c++/src/H5DaccProp.h
+++ b/c++/src/H5DaccProp.h
@@ -50,7 +50,7 @@ class H5_DLLCPP DSetAccPropList : public LinkAccPropList {
DSetAccPropList(const hid_t plist_id);
// Noop destructor.
- virtual ~DSetAccPropList() override;
+ virtual ~DSetAccPropList() override = default;
#ifndef DOXYGEN_SHOULD_SKIP_THIS