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 2ba6779..9b504f4 100644
--- a/c++/src/H5StrType.h
+++ b/c++/src/H5StrType.h
@@ -14,7 +14,7 @@ class StrType : public AtomType {
StrType( const PredType& pred_type );
// Creates a string datatype using an existing id
- StrType( hid_t existing_id );
+ StrType( const hid_t existing_id );
// Copy constructor - makes a copy of the original object
StrType( const StrType& original );