summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lasso/xml/wsse_security.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/wsse_security.h b/lasso/xml/wsse_security.h
index dc780ca9..03c37bc0 100644
--- a/lasso/xml/wsse_security.h
+++ b/lasso/xml/wsse_security.h
@@ -48,7 +48,7 @@ typedef struct _LassoWsseSecurityClass LassoWsseSecurityClass;
struct _LassoWsseSecurity {
LassoNode parent;
- GList *any;
+ GList *any; /* of LassoNode */
};
struct _LassoWsseSecurityClass {