From b8cf183c3708bed29d6b6f6a0685e66dc5ab13e6 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 18 Oct 2011 17:32:56 +0200 Subject: [xml saml-2.0] add missing annotation for binding generation to header for LassoKeyInformationDataType --- lasso/xml/saml-2.0/saml2_key_info_confirmation_data_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lasso') diff --git a/lasso/xml/saml-2.0/saml2_key_info_confirmation_data_type.h b/lasso/xml/saml-2.0/saml2_key_info_confirmation_data_type.h index 3119bf90..a30610c8 100644 --- a/lasso/xml/saml-2.0/saml2_key_info_confirmation_data_type.h +++ b/lasso/xml/saml-2.0/saml2_key_info_confirmation_data_type.h @@ -58,7 +58,7 @@ struct _LassoSaml2KeyInfoConfirmationDataType { /*< public >*/ /* attributes */ - GList *KeyInfo; + GList *KeyInfo; /* of LassoDsKeyInfo */ }; -- cgit