summaryrefslogtreecommitdiffstats
path: root/c++/src/H5EnumType.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5EnumType.h')
-rw-r--r--c++/src/H5EnumType.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5EnumType.h b/c++/src/H5EnumType.h
index 92583aa..d74ca58 100644
--- a/c++/src/H5EnumType.h
+++ b/c++/src/H5EnumType.h
@@ -16,7 +16,7 @@ class EnumType : public DataType {
EnumType();
// Creates an enumeration datatype using an existing id
- EnumType( hid_t existing_id );
+ EnumType( const hid_t existing_id );
// Copy constructor: makes a copy of the original EnumType object.
EnumType( const EnumType& original );