[svn-r29766] Description:
- Changed object in catch statements to reference (left over from previous)
Platforms tested:
Linux/32 2.6 (jam) (very minor)
This commit is contained in:
@@ -586,7 +586,7 @@ void H5File::p_setId(const hid_t new_id)
|
||||
try {
|
||||
close();
|
||||
}
|
||||
catch (Exception E) {
|
||||
catch (Exception& E) {
|
||||
throw FileIException("H5File::p_setId", E.getDetailMsg());
|
||||
}
|
||||
// reset object's id to the given id
|
||||
|
||||
Reference in New Issue
Block a user