summaryrefslogtreecommitdiffstats
path: root/src/H5Opkg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Opkg.h')
-rw-r--r--src/H5Opkg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Opkg.h b/src/H5Opkg.h
index 074c902..907208b 100644
--- a/src/H5Opkg.h
+++ b/src/H5Opkg.h
@@ -202,7 +202,7 @@ typedef struct {
/* Class for types of objects in file */
typedef struct H5O_obj_class_t {
- H5G_obj_t type; /*object type on disk */
+ H5O_type_t type; /*object type on disk */
const char *name; /*for debugging */
void *(*get_copy_file_udata)(void); /*retrieve user data for 'copy file' operation */
void (*free_copy_file_udata)(void *); /*free user data for 'copy file' operation */