Mercurial > pidgin
diff libgaim/xmlnode.h @ 15176:50f263712df1
[gaim-migrate @ 17963]
Rename namespace to xmlns because namespace is a reserved word in C++
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 11 Dec 2006 19:44:35 +0000 |
parents | 500a8f54354e |
children | f814b2df9cce |
line wrap: on
line diff
--- a/libgaim/xmlnode.h Mon Dec 11 17:48:40 2006 +0000 +++ b/libgaim/xmlnode.h Mon Dec 11 19:44:35 2006 +0000 @@ -46,7 +46,7 @@ struct _xmlnode { char *name; /**< The name of the node. */ - char *namespace; /**< The namespace of the node */ + char *xmlns; /**< The namespace of the node */ XMLNodeType type; /**< The type of the node. */ char *data; /**< The data for the node. */ size_t data_sz; /**< The size of the data. */