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