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