summaryrefslogtreecommitdiffstats
path: root/c++/src/H5LaccProp.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5LaccProp.h')
-rw-r--r--c++/src/H5LaccProp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5LaccProp.h b/c++/src/H5LaccProp.h
index 53389e2..6f4b919 100644
--- a/c++/src/H5LaccProp.h
+++ b/c++/src/H5LaccProp.h
@@ -51,7 +51,7 @@ class H5_DLLCPP LinkAccPropList : public PropList {
size_t getNumLinks() const;
// Noop destructor
- virtual ~LinkAccPropList() override;
+ virtual ~LinkAccPropList() override = default;
#ifndef DOXYGEN_SHOULD_SKIP_THIS