summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c++/src/H5Location.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c++/src/H5Location.h b/c++/src/H5Location.h
index 11dbf85..05acc7c 100644
--- a/c++/src/H5Location.h
+++ b/c++/src/H5Location.h
@@ -105,8 +105,8 @@ class H5_DLLCPP H5Location : public IdComponent {
// Retrieves comment for the HDF5 object specified by its name.
ssize_t getComment(const char* name, const size_t buf_size, char* comment) const;
- H5std_string getComment(const char* name, size_t buf_size=0) const;
- H5std_string getComment(const H5std_string& name, size_t buf_size=0) const;
+ H5std_string getComment(const char* name, const size_t buf_size=0) const;
+ H5std_string getComment(const H5std_string& name, const size_t buf_size=0) const;
// Removes the comment for the HDF5 object specified by its name.
void removeComment(const char* name) const;