diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2007-12-27 17:01:20 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2007-12-27 17:01:20 +0000 |
| commit | ee439f13f2c0ef127f7d27922b6d21952bf92070 (patch) | |
| tree | d9f5cdbda653d51e67093513998ff0b2dccf3d1f | |
| parent | b0355c635389acf6198294333092d038e7244156 (diff) | |
| download | lasso-ee439f13f2c0ef127f7d27922b6d21952bf92070.tar.gz lasso-ee439f13f2c0ef127f7d27922b6d21952bf92070.tar.xz lasso-ee439f13f2c0ef127f7d27922b6d21952bf92070.zip | |
added missing underscore in lasso_samlp2_assertion_idrequest_new
| -rw-r--r-- | swig/saml-2.0/samlp2_assertion_id_request.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swig/saml-2.0/samlp2_assertion_id_request.i b/swig/saml-2.0/samlp2_assertion_id_request.i index 31b5f486..b2c59107 100644 --- a/swig/saml-2.0/samlp2_assertion_id_request.i +++ b/swig/saml-2.0/samlp2_assertion_id_request.i @@ -139,7 +139,7 @@ typedef struct { /* Constructors, destructors & static methods implementations */ -#define new_LassoSamlp2AssertionIDRequest lasso_samlp2_assertion_idrequest_new +#define new_LassoSamlp2AssertionIDRequest lasso_samlp2_assertion_id_request_new #define delete_LassoSamlp2AssertionIDRequest(self) lasso_node_destroy(LASSO_NODE(self)) /* Implementations of methods inherited from LassoNode */ |
