summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel Raviart <eraviart@entrouvert.com>2005-01-08 17:37:49 +0000
committerEmmanuel Raviart <eraviart@entrouvert.com>2005-01-08 17:37:49 +0000
commite52ac7dd278d2015d7651cf5177868db9a6343e2 (patch)
tree64efbc1c0cf9494ac8ffa533244bde2259d8db46
parente4a1a57e3a4fda4a73be381ddaa6cba9576f9d46 (diff)
Corrected a copy/paste error.
-rw-r--r--swig/Lasso.i8
1 files changed, 4 insertions, 4 deletions
diff --git a/swig/Lasso.i b/swig/Lasso.i
index 86734a08..21c4377f 100644
--- a/swig/Lasso.i
+++ b/swig/Lasso.i
@@ -1910,10 +1910,10 @@ typedef struct {
/* Attributes Implementations */
/* Assertion */
-#define LassoSamlAttribute_get_Assertion(self) get_node_list((self)->Assertion)
-#define LassoSamlAttribute_Assertion_get(self) get_node_list((self)->Assertion)
-#define LassoSamlAttribute_set_Assertion(self, value) set_node_list(&(self)->Assertion, (value))
-#define LassoSamlAttribute_Assertion_set(self, value) set_node_list(&(self)->Assertion, (value))
+#define LassoSamlResponse_get_Assertion(self) get_node_list((self)->Assertion)
+#define LassoSamlResponse_Assertion_get(self) get_node_list((self)->Assertion)
+#define LassoSamlResponse_set_Assertion(self, value) set_node_list(&(self)->Assertion, (value))
+#define LassoSamlResponse_Assertion_set(self, value) set_node_list(&(self)->Assertion, (value))
/* Status */
#define LassoSamlpResponse_get_Status(self) get_node((self)->Status)