diff options
Diffstat (limited to 'tools/h5repack/h5repack_opttable.h')
-rw-r--r-- | tools/h5repack/h5repack_opttable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack_opttable.h b/tools/h5repack/h5repack_opttable.h index 0bb1292..e9d0c9a 100644 --- a/tools/h5repack/h5repack_opttable.h +++ b/tools/h5repack/h5repack_opttable.h @@ -36,7 +36,7 @@ int options_add_comp ( obj_list_t *obj_list, int n_objs, comp_info_t comp, pack_opttbl_t *table ); -pack_info_t* options_get_object( char *path, +pack_info_t* options_get_object( const char *path, pack_opttbl_t *table); |