summaryrefslogtreecommitdiffstats
path: root/HDF5Examples/C/H5T/h5ex_t_objref.c
diff options
context:
space:
mode:
Diffstat (limited to 'HDF5Examples/C/H5T/h5ex_t_objref.c')
-rw-r--r--HDF5Examples/C/H5T/h5ex_t_objref.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/HDF5Examples/C/H5T/h5ex_t_objref.c b/HDF5Examples/C/H5T/h5ex_t_objref.c
index 1109720..660cc11 100644
--- a/HDF5Examples/C/H5T/h5ex_t_objref.c
+++ b/HDF5Examples/C/H5T/h5ex_t_objref.c
@@ -36,7 +36,7 @@ main(void)
hid_t ref_type = H5T_STD_REF; /* Reference datatype */
H5R_ref_t wdata[DIM0]; /* buffer to write to disk */
H5R_ref_t *rdata = NULL; /* buffer to read into*/
- H5R_type_t objtype; /* Reference type */
+ H5O_type_t objtype; /* Reference type */
#else
hid_t ref_type = H5T_STD_REF_OBJ; /* Reference datatype */
hobj_ref_t wdata[DIM0]; /* Write buffer */