diff options
Diffstat (limited to 'c++/src/H5File.h')
-rw-r--r-- | c++/src/H5File.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5File.h b/c++/src/H5File.h index 7fccde5..2e088ad 100644 --- a/c++/src/H5File.h +++ b/c++/src/H5File.h @@ -40,7 +40,7 @@ class H5_DLLCPP H5File : public IdComponent, public CommonFG { virtual hid_t getLocId() const; // Throw file exception - virtual void throwException(const string& func_name, const string& msg) const; + virtual void throwException(const string func_name, const string msg) const; // Determines if a file, specified by its name, is in HDF5 format |