diff options
Diffstat (limited to 'c++')
-rw-r--r-- | c++/src/H5Location.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5Location.h b/c++/src/H5Location.h index 15b9ffd..69f7ff3 100644 --- a/c++/src/H5Location.h +++ b/c++/src/H5Location.h @@ -151,7 +151,7 @@ class H5_DLLCPP H5Location : public IdComponent { H5Location(const hid_t loc_id); // Copy constructor. - H5Location(const H5Location& original); + // H5Location(const H5Location& original); // Creates a reference to an HDF5 object or a dataset region. void p_reference(void* ref, const char* name, hid_t space_id, H5R_type_t ref_type) const; |