summaryrefslogtreecommitdiffstats
path: root/c++/src/H5AtomType.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5AtomType.h')
-rw-r--r--c++/src/H5AtomType.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5AtomType.h b/c++/src/H5AtomType.h
index bb2cf48..327604d 100644
--- a/c++/src/H5AtomType.h
+++ b/c++/src/H5AtomType.h
@@ -67,7 +67,7 @@ class H5_DLLCPP AtomType : public DataType {
AtomType(const AtomType &original);
// Noop destructor
- virtual ~AtomType() override;
+ virtual ~AtomType() override = default;
#endif // DOXYGEN_SHOULD_SKIP_THIS
protected: