diff options
Diffstat (limited to 'src/H5HG.c')
-rw-r--r-- | src/H5HG.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -891,7 +891,7 @@ done: *------------------------------------------------------------------------- */ int -H5HG_link (H5F_t *f, hid_t dxpl_id, H5HG_t *hobj, int adjust) +H5HG_link (H5F_t *f, hid_t dxpl_id, const H5HG_t *hobj, int adjust) { H5HG_heap_t *heap = NULL; int ret_value; /* Return value */ |