diff options
Diffstat (limited to 'c++/src/H5Group.cpp')
-rw-r--r-- | c++/src/H5Group.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5Group.cpp b/c++/src/H5Group.cpp index 52fb816..6c818ad 100644 --- a/c++/src/H5Group.cpp +++ b/c++/src/H5Group.cpp @@ -61,7 +61,7 @@ void Group::p_close() const herr_t ret_value = H5Gclose( id ); if( ret_value < 0 ) { - throw GroupIException(NULL, "H5Gclose failed"); + throw GroupIException(0, "H5Gclose failed"); } } |