diff options
Diffstat (limited to 'c++/src/H5CommonFG.h')
-rw-r--r-- | c++/src/H5CommonFG.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5CommonFG.h b/c++/src/H5CommonFG.h index 2d16282..0d20d77 100644 --- a/c++/src/H5CommonFG.h +++ b/c++/src/H5CommonFG.h @@ -116,7 +116,7 @@ class H5_DLLCPP CommonFG { StrType openStrType( const char* name ) const; // for H5File and Group to throw appropriate exception - virtual void throwException(const string& func_name, const string& msg) const = 0; + virtual void throwException(const string func_name, const string msg) const = 0; CommonFG(); virtual ~CommonFG(); |