diff options
Diffstat (limited to 'src/H5FDlog.h')
-rw-r--r-- | src/H5FDlog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDlog.h b/src/H5FDlog.h index 632430d..7db9403 100644 --- a/src/H5FDlog.h +++ b/src/H5FDlog.h @@ -15,7 +15,7 @@ #define H5FD_LOG (H5FD_log_init()) __DLL__ hid_t H5FD_log_init(void); -__DLL__ herr_t H5Pset_fapl_log(hid_t fapl_id, const char *logfile, int verbosity); +__DLL__ herr_t H5Pset_fapl_log(hid_t fapl_id, char *logfile, int verbosity); #endif |