summaryrefslogtreecommitdiffstats
path: root/c++/src/H5AbstractDs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5AbstractDs.cpp')
-rw-r--r--c++/src/H5AbstractDs.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/c++/src/H5AbstractDs.cpp b/c++/src/H5AbstractDs.cpp
index 5424bdb..4fa55dc 100644
--- a/c++/src/H5AbstractDs.cpp
+++ b/c++/src/H5AbstractDs.cpp
@@ -127,6 +127,9 @@ void AbstractDs::getDataType( StrType& strtype ) const
}
end of old style of getDataType */
+// Default destructor
+AbstractDs::~AbstractDs() {}
+
#ifndef H5_NO_NAMESPACE
} // end namespace
#endif