diff options
Diffstat (limited to 'c++/src/H5Group.cpp')
-rw-r--r-- | c++/src/H5Group.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5Group.cpp b/c++/src/H5Group.cpp index 279c620..03dca68 100644 --- a/c++/src/H5Group.cpp +++ b/c++/src/H5Group.cpp @@ -138,7 +138,7 @@ void Group::p_close() const } // Throw file exception -void Group::throwException(const string& func_name, const string& msg) const +void Group::throwException(const string func_name, const string msg) const { string full_name = func_name; full_name.insert(0, "Group::"); |