diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2015-03-16 23:23:16 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2015-03-16 23:23:16 (GMT) |
commit | 96c424d8bc5f47f12826a86668702b857b70fb3c (patch) | |
tree | 4783fce645eedc5789725b4e8540e4ac9085d518 /c++/src | |
parent | ead7273c2c88577cf0a52416df654e12da01b7b0 (diff) | |
download | hdf5-96c424d8bc5f47f12826a86668702b857b70fb3c.zip hdf5-96c424d8bc5f47f12826a86668702b857b70fb3c.tar.gz hdf5-96c424d8bc5f47f12826a86668702b857b70fb3c.tar.bz2 |
[svn-r26462] Description:
Fixed typo that caused failure on Windows.
Platforms tested:
Linux/32 2.6 (jam)
Diffstat (limited to 'c++/src')
-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; |