summaryrefslogtreecommitdiffstats
path: root/c++/src/H5CommonFG.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5CommonFG.h')
-rw-r--r--c++/src/H5CommonFG.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5CommonFG.h b/c++/src/H5CommonFG.h
index e675617..6eb01db 100644
--- a/c++/src/H5CommonFG.h
+++ b/c++/src/H5CommonFG.h
@@ -72,7 +72,7 @@ class H5_DLLCPP CommonFG {
CommonFG();
// Noop destructor.
- virtual ~CommonFG();
+ virtual ~CommonFG() = default;
protected:
virtual void p_setId(const hid_t new_id) = 0;