summaryrefslogtreecommitdiffstats
path: root/c++/src/H5PredType.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5PredType.h')
-rw-r--r--c++/src/H5PredType.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c++/src/H5PredType.h b/c++/src/H5PredType.h
index a8ec0b8..981a29c 100644
--- a/c++/src/H5PredType.h
+++ b/c++/src/H5PredType.h
@@ -233,11 +233,11 @@ class H5_DLLCPP PredType : public AtomType {
/*! \brief This dummy function do not inherit from DataType - it will
throw a DataTypeIException if invoked.
*/
- void commit(H5Location& loc, const H5std_string& name );
+ void commit(const H5Location& loc, const H5std_string& name );
/*! \brief This dummy function do not inherit from DataType - it will
throw a DataTypeIException if invoked.
*/
- void commit(H5Location& loc, const char* name );
+ void commit(const H5Location& loc, const char* name );
/*! \brief This dummy function do not inherit from DataType - it will
throw a DataTypeIException if invoked.
*/