diff options
Diffstat (limited to 'c++/src/H5DataSet.cpp')
-rw-r--r-- | c++/src/H5DataSet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5DataSet.cpp b/c++/src/H5DataSet.cpp index aed8d70..d9578b0 100644 --- a/c++/src/H5DataSet.cpp +++ b/c++/src/H5DataSet.cpp @@ -199,7 +199,7 @@ void DataSet::p_close() const // a member function so it can be template to work around that problem. DataSet::~DataSet() { - // The dataset id will be closed properly + // The dataset id will be closed properly resetIdComponent( this ); } |