diff options
Diffstat (limited to 'src/H5Ocont.c')
-rw-r--r-- | src/H5Ocont.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Ocont.c b/src/H5Ocont.c index eab8749..e5000bd 100644 --- a/src/H5Ocont.c +++ b/src/H5Ocont.c @@ -58,6 +58,7 @@ const H5O_msg_class_t H5O_MSG_CONT[1] = {{ H5O_cont_delete, /* file delete method */ NULL, /* link method */ NULL, /*get share method */ + NULL, /*can share method */ NULL, /*set share method */ NULL, /*is shared method */ NULL, /* pre copy native value to file */ |