summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Attribute.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5Attribute.cpp')
-rw-r--r--c++/src/H5Attribute.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5Attribute.cpp b/c++/src/H5Attribute.cpp
index 7d0c3fd..f97c29f 100644
--- a/c++/src/H5Attribute.cpp
+++ b/c++/src/H5Attribute.cpp
@@ -178,7 +178,7 @@ hid_t Attribute::p_get_type() const
return( type_id );
else
{
- throw AttributeIException(0, "H5Aget_type failed");
+ throw AttributeIException("", "H5Aget_type failed");
}
}