[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:
Binh-Minh Ribler
2016-04-22 15:32:18 -05:00
parent c37607eb58
commit 997392079b
3 changed files with 11 additions and 9 deletions

View File

@@ -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