summaryrefslogtreecommitdiffstats
path: root/c++/src/H5IntType.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5IntType.h')
-rw-r--r--c++/src/H5IntType.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5IntType.h b/c++/src/H5IntType.h
index 170ed37..1ca0ab1 100644
--- a/c++/src/H5IntType.h
+++ b/c++/src/H5IntType.h
@@ -60,7 +60,7 @@ class H5_DLLCPP IntType : public AtomType {
IntType(const IntType &original);
// Noop destructor.
- virtual ~IntType() override;
+ virtual ~IntType() override = default;
}; // end of IntType
} // namespace H5