summaryrefslogtreecommitdiffstats
path: root/c++/src/H5EnumType.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5EnumType.h')
-rw-r--r--c++/src/H5EnumType.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5EnumType.h b/c++/src/H5EnumType.h
index a98688e..a5096fc 100644
--- a/c++/src/H5EnumType.h
+++ b/c++/src/H5EnumType.h
@@ -81,7 +81,7 @@ class H5_DLLCPP EnumType : public DataType {
// Copy constructor: same as the original EnumType.
EnumType(const EnumType &original);
- virtual ~EnumType() override;
+ virtual ~EnumType() override = default;
}; // end of EnumType
} // namespace H5