summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Library.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5Library.h')
-rw-r--r--c++/src/H5Library.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5Library.h b/c++/src/H5Library.h
index 3770639..10e5536 100644
--- a/c++/src/H5Library.h
+++ b/c++/src/H5Library.h
@@ -62,7 +62,7 @@ class H5_DLLCPP H5Library {
H5Library();
// Destructor
- ~H5Library();
+ ~H5Library() = default;
#endif // DOXYGEN_SHOULD_SKIP_THIS
}; // end of H5Library