summaryrefslogtreecommitdiffstats
path: root/c++/src/H5StrType.h
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2007-01-02 02:11:25 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2007-01-02 02:11:25 (GMT)
commite5fff45c0909d91912ee6455c0522ca5112b28a3 (patch)
tree9c86b3cf58c959f612be6aa32287e0053d4dadd6 /c++/src/H5StrType.h
parent2d42a6277c8050d029af8fc306c6c2b3c0bf57be (diff)
downloadhdf5-e5fff45c0909d91912ee6455c0522ca5112b28a3.zip
hdf5-e5fff45c0909d91912ee6455c0522ca5112b28a3.tar.gz
hdf5-e5fff45c0909d91912ee6455c0522ca5112b28a3.tar.bz2
[svn-r13092] Purpose: Maintenance
Description: Added overloaded method DataSet::vlenReclaim, that has better prototype. Fixed some typos. Platforms tested AIX 5.1 (copper) SunOS 5.8 64-bit (sol) Linux 2.6 (kagiso)
Diffstat (limited to 'c++/src/H5StrType.h')
-rw-r--r--c++/src/H5StrType.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5StrType.h b/c++/src/H5StrType.h
index e9efa0b..481176e 100644
--- a/c++/src/H5StrType.h
+++ b/c++/src/H5StrType.h
@@ -26,7 +26,7 @@ class H5_DLLCPP StrType : public AtomType {
StrType(const PredType& pred_type);
// Creates a string type with specified length - may be obsolete
- StrType(const PredType& pred_type, const size_t size);
+ StrType(const PredType& pred_type, const size_t& size);
// Creates a string type with specified length
StrType(const int dummy, const size_t& size);