summaryrefslogtreecommitdiffstats
path: root/src/H5Ptrfpl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Ptrfpl.c')
-rw-r--r--src/H5Ptrfpl.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/H5Ptrfpl.c b/src/H5Ptrfpl.c
index 3029ff1..bc316b5 100644
--- a/src/H5Ptrfpl.c
+++ b/src/H5Ptrfpl.c
@@ -75,10 +75,11 @@ static herr_t H5P__trfcc_reg_prop(H5P_genclass_t *pclass);
/* Transaction finish property list class library initialization object */
const H5P_libclass_t H5P_CLS_TRFCC[1] = {{
"transaction finish", /* Class name for debugging */
- H5P_TYPE_TRANSACTION_FINISH, /* Class type */
- &H5P_CLS_ROOT_g, /* Parent class ID */
- &H5P_CLS_TRANSACTION_FINISH_g, /* Pointer to class ID */
- &H5P_LST_TRANSACTION_FINISH_g, /* Pointer to default property list ID */
+ H5P_TYPE_TRANSACTION_FINISH, /* Class type */
+ &H5P_CLS_ROOT_g, /* Parent class */
+ &H5P_CLS_TRANSACTION_FINISH_g, /* Pointer to class */
+ &H5P_CLS_TRANSACTION_FINISH_ID_g, /* Pointer to class ID */
+ &H5P_LST_TRANSACTION_FINISH_ID_g, /* Pointer to default property list ID */
H5P__trfcc_reg_prop, /* Default property registration routine */
NULL, /* Class creation callback */
NULL, /* Class creation callback info */