summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2015-03-16 23:23:16 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2015-03-16 23:23:16 (GMT)
commit96c424d8bc5f47f12826a86668702b857b70fb3c (patch)
tree4783fce645eedc5789725b4e8540e4ac9085d518 /c++
parentead7273c2c88577cf0a52416df654e12da01b7b0 (diff)
downloadhdf5-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++')
-rw-r--r--c++/src/H5Location.h2
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;