diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2011-10-18 21:37:31 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2011-10-18 21:37:31 (GMT) |
commit | 8f0218e3f54c4491407ef1eb9c57ae925bacf515 (patch) | |
tree | 8831cd2f4215881dc727e47881dc213b76354995 /src/H5Opkg.h | |
parent | b02f6c2171986e08df00cbf47361a94a0833d72e (diff) | |
download | hdf5-8f0218e3f54c4491407ef1eb9c57ae925bacf515.zip hdf5-8f0218e3f54c4491407ef1eb9c57ae925bacf515.tar.gz hdf5-8f0218e3f54c4491407ef1eb9c57ae925bacf515.tar.bz2 |
[svn-r21605] Back out r21604 (wait for code freeze to be lifted)
Diffstat (limited to 'src/H5Opkg.h')
-rw-r--r-- | src/H5Opkg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Opkg.h b/src/H5Opkg.h index 005ce13..dd91eb1 100644 --- a/src/H5Opkg.h +++ b/src/H5Opkg.h @@ -333,7 +333,7 @@ typedef struct H5O_addr_map_t { haddr_t dst_addr; /* Address of object in destination file */ hbool_t is_locked; /* Indicate that the destination object is locked currently */ hsize_t inc_ref_count; /* Number of deferred increments to reference count */ - const H5O_obj_class_t *obj_class; /* Object class */ + H5O_obj_class_t *obj_class; /* Object class */ void *udata; /* Object class copy file udata */ } H5O_addr_map_t; |