diff options
author | Frederic Peters <fpeters@entrouvert.com> | 2008-02-26 16:37:15 +0000 |
---|---|---|
committer | Frederic Peters <fpeters@entrouvert.com> | 2008-02-26 16:37:15 +0000 |
commit | 10d55df6265a7e3f61f4e92a8bf27db4477858bb (patch) | |
tree | 483f73d38d0d3f9c529ded72db0c3644c37b70b3 /lasso | |
parent | 3eca7c3fe82774ef9787aa2d6c4f4afa036d7925 (diff) | |
download | lasso-10d55df6265a7e3f61f4e92a8bf27db4477858bb.tar.gz lasso-10d55df6265a7e3f61f4e92a8bf27db4477858bb.tar.xz lasso-10d55df6265a7e3f61f4e92a8bf27db4477858bb.zip |
misc text node attributes are not private
Diffstat (limited to 'lasso')
-rw-r--r-- | lasso/xml/misc_text_node.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lasso/xml/misc_text_node.h b/lasso/xml/misc_text_node.h index 7a1847ff..a58925b3 100644 --- a/lasso/xml/misc_text_node.h +++ b/lasso/xml/misc_text_node.h @@ -57,7 +57,6 @@ struct _LassoMiscTextNode { /* elements */ char *content; - /*< private >*/ char *name; char *ns_href; char *ns_prefix; |