summaryrefslogtreecommitdiffstats
path: root/lasso/xml/misc_text_node.c
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/xml/misc_text_node.c')
-rw-r--r--lasso/xml/misc_text_node.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/misc_text_node.c b/lasso/xml/misc_text_node.c
index 7de29832..2af6b555 100644
--- a/lasso/xml/misc_text_node.c
+++ b/lasso/xml/misc_text_node.c
@@ -226,7 +226,7 @@ lasso_misc_text_node_new()
* Return value: a newly created #LassoMiscTextNode object
**/
LassoMiscTextNode*
-lasso_misc_text_node_new_with_string(char *content)
+lasso_misc_text_node_new_with_string(const char *content)
{
LassoMiscTextNode *object;
object = g_object_new(LASSO_TYPE_MISC_TEXT_NODE, NULL);