summaryrefslogtreecommitdiffstats
path: root/c++/src/H5CompType.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5CompType.h')
-rw-r--r--c++/src/H5CompType.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5CompType.h b/c++/src/H5CompType.h
index 0675d20..a642b0d 100644
--- a/c++/src/H5CompType.h
+++ b/c++/src/H5CompType.h
@@ -113,7 +113,7 @@ class H5_DLLCPP CompType : public DataType {
}
// Noop destructor.
- virtual ~CompType() override;
+ virtual ~CompType() override = default;
private:
// Contains common code that is used by the member functions