summaryrefslogtreecommitdiffstats
path: root/src/H5G.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5G.c')
-rw-r--r--src/H5G.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5G.c b/src/H5G.c
index 7ed94c4..4159bf2 100644
--- a/src/H5G.c
+++ b/src/H5G.c
@@ -1177,7 +1177,7 @@ done:
*-------------------------------------------------------------------------
*/
H5G_t *
-H5G_open(H5G_loc_t *loc, hid_t dxpl_id)
+H5G_open(const H5G_loc_t *loc, hid_t dxpl_id)
{
H5G_t *grp = NULL;
H5G_shared_t *shared_fo = NULL;