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