summaryrefslogtreecommitdiff
path: root/src/core/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/text.h')
-rw-r--r--src/core/text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/text.h b/src/core/text.h
index 26424ce..3f5739b 100644
--- a/src/core/text.h
+++ b/src/core/text.h
@@ -66,7 +66,7 @@ dom_exception _dom_text_copy(dom_node_internal *old, dom_node_internal **copy);
__dom_text_destroy, \
_dom_text_copy
-extern struct dom_text_vtable text_vtable;
+extern const struct dom_text_vtable text_vtable;
dom_exception _dom_text_copy_internal(dom_text *old, dom_text *new);
#define dom_text_copy_internal(o, n) \