summaryrefslogtreecommitdiffstats
path: root/c++/src/H5ArrayType.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5ArrayType.h')
-rw-r--r--c++/src/H5ArrayType.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5ArrayType.h b/c++/src/H5ArrayType.h
index e9afb9c..e02a3a2 100644
--- a/c++/src/H5ArrayType.h
+++ b/c++/src/H5ArrayType.h
@@ -60,7 +60,7 @@ class H5_DLLCPP ArrayType : public DataType {
ArrayType(const hid_t existing_id);
// Noop destructor
- virtual ~ArrayType() override;
+ virtual ~ArrayType() override = default;
// Default constructor
ArrayType();