diff options
Diffstat (limited to 'c++/src/H5Group.h')
-rw-r--r-- | c++/src/H5Group.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5Group.h b/c++/src/H5Group.h index 25c1b9e..7967533 100644 --- a/c++/src/H5Group.h +++ b/c++/src/H5Group.h @@ -47,7 +47,7 @@ class H5_DLLCPP Group : public H5Object, public CommonFG { virtual hid_t getLocId() const; // Throw group exception - virtual void throwException(const string& func_name, const string& msg) const; + virtual void throwException(const string func_name, const string msg) const; // Used by the API to appropriately close a group |