summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5Object.h')
-rw-r--r--c++/src/H5Object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5Object.h b/c++/src/H5Object.h
index 5537b12..6ffe927 100644
--- a/c++/src/H5Object.h
+++ b/c++/src/H5Object.h
@@ -56,7 +56,7 @@ class H5Object : public IdComponent {
// Opens an attribute given its name.
Attribute openAttribute( const string& name ) const;
- Attribute openAttribute( const char name[] ) const;
+ Attribute openAttribute( const char* name ) const;
// Opens an attribute given its index.
Attribute openAttribute( const unsigned int idx ) const;