summaryrefslogtreecommitdiffstats
path: root/c++/src/H5StrType.h
diff options
context:
space:
mode:
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);