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 1e8af3c..4cb84e9 100644 --- a/c++/src/H5DataSet.cpp +++ b/c++/src/H5DataSet.cpp @@ -92,7 +92,7 @@ hid_t DataSet::p_get_type() const return( type_id ); else { - throw DataSetIException(0, "H5Dget_type failed"); + throw DataSetIException("", "H5Dget_type failed"); } } |