diff options
Diffstat (limited to 'lasso/xml/soap_header.c')
-rw-r--r-- | lasso/xml/soap_header.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lasso/xml/soap_header.c b/lasso/xml/soap_header.c index 494ecae5..9d8846fe 100644 --- a/lasso/xml/soap_header.c +++ b/lasso/xml/soap_header.c @@ -35,8 +35,8 @@ /*****************************************************************************/ static struct XmlSnippet schema_snippets[] = { - { "", SNIPPET_LIST_NODES, G_STRUCT_OFFSET(LassoSoapHeader, Other) }, - { NULL, 0, 0} + { "", SNIPPET_LIST_NODES, G_STRUCT_OFFSET(LassoSoapHeader, Other), NULL, NULL, NULL}, + {NULL, 0, 0, NULL, NULL, NULL} }; /*****************************************************************************/ @@ -76,6 +76,7 @@ lasso_soap_header_get_type() sizeof(LassoSoapHeader), 0, (GInstanceInitFunc) instance_init, + NULL }; this_type = g_type_register_static(LASSO_TYPE_NODE, |