diff options
Diffstat (limited to 'hl/src/H5DSpublic.h')
-rw-r--r-- | hl/src/H5DSpublic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hl/src/H5DSpublic.h b/hl/src/H5DSpublic.h index cfec471..7d2afff 100644 --- a/hl/src/H5DSpublic.h +++ b/hl/src/H5DSpublic.h @@ -31,14 +31,14 @@ H5_HLDLL herr_t H5DSdetach_scale( hid_t did, unsigned int idx); H5_HLDLL herr_t H5DSset_scale( hid_t dsid, - char *dimname); + const char *dimname); H5_HLDLL int H5DSget_num_scales( hid_t did, unsigned int dim); H5_HLDLL herr_t H5DSset_label( hid_t did, unsigned int idx, - char *label); + const char *label); H5_HLDLL ssize_t H5DSget_label( hid_t did, unsigned int idx, |