summaryrefslogtreecommitdiffstats
path: root/c++/src/H5FloatType.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5FloatType.h')
-rw-r--r--c++/src/H5FloatType.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5FloatType.h b/c++/src/H5FloatType.h
index cc9efec..865d384 100644
--- a/c++/src/H5FloatType.h
+++ b/c++/src/H5FloatType.h
@@ -11,7 +11,7 @@ class FloatType : public AtomType {
FloatType();
// Creates a floating-point datatype using an existing id
- FloatType( hid_t existing_id );
+ FloatType( const hid_t existing_id );
// Creates a floating-point type using a predefined type
FloatType( const PredType& pred_type );