summaryrefslogtreecommitdiffstats
path: root/c++/src/H5PredType.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5PredType.h')
-rw-r--r--c++/src/H5PredType.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5PredType.h b/c++/src/H5PredType.h
index 1e305fc..85b6e96 100644
--- a/c++/src/H5PredType.h
+++ b/c++/src/H5PredType.h
@@ -41,7 +41,7 @@ class H5_DLLCPP PredType : public AtomType {
PredType(const PredType &original);
// Noop destructor
- virtual ~PredType() override;
+ virtual ~PredType() override = default;
/*! \brief This dummy function do not inherit from DataType - it will
throw a DataTypeIException if invoked.