summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/dom/core/node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dom/core/node.h b/include/dom/core/node.h
index 668206f..35be6f0 100644
--- a/include/dom/core/node.h
+++ b/include/dom/core/node.h
@@ -481,7 +481,7 @@ static inline dom_exception dom_node_set_text_content(struct dom_node *node,
return ((dom_node_vtable *) node->vtable)->dom_node_set_text_content(
(dom_node_internal *) node, content);
}
-#define dom_node_set_text_content(n, c) dom_node_get_text_content( \
+#define dom_node_set_text_content(n, c) dom_node_set_text_content( \
(dom_node *) (n), (c))
static inline dom_exception dom_node_is_same(struct dom_node *node,