diff options
Diffstat (limited to 'lasso/xml/misc_text_node.h')
| -rw-r--r-- | lasso/xml/misc_text_node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/misc_text_node.h b/lasso/xml/misc_text_node.h index 23f7d211..cafedb43 100644 --- a/lasso/xml/misc_text_node.h +++ b/lasso/xml/misc_text_node.h @@ -77,7 +77,7 @@ LASSO_EXPORT GType lasso_misc_text_node_get_type(void); LASSO_EXPORT LassoNode* lasso_misc_text_node_new(void); -LASSO_EXPORT LassoMiscTextNode* lasso_misc_text_node_new_with_string(char *content); +LASSO_EXPORT LassoMiscTextNode* lasso_misc_text_node_new_with_string(const char *content); LASSO_EXPORT LassoMiscTextNode* lasso_misc_text_node_new_with_xml_node(xmlNode *xml_node); |
