summaryrefslogtreecommitdiff
path: root/src/core/comment.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/comment.c')
-rw-r--r--src/core/comment.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/comment.c b/src/core/comment.c
index 0697826..b36a1be 100644
--- a/src/core/comment.c
+++ b/src/core/comment.c
@@ -21,7 +21,7 @@ struct dom_comment {
dom_characterdata base; /**< Base node */
};
-static struct dom_node_protect_vtable comment_protect_vtable = {
+static const struct dom_node_protect_vtable comment_protect_vtable = {
DOM_COMMENT_PROTECT_VTABLE
};