From 51ab1cdf25e80490023577c82cc35b68335eff5e Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 4 Feb 2017 10:36:57 +0000 Subject: Change dom node type count to last value plus one. --- include/dom/core/node.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/dom/core/node.h b/include/dom/core/node.h index 35be6f0..ba273af 100644 --- a/include/dom/core/node.h +++ b/include/dom/core/node.h @@ -68,7 +68,7 @@ typedef enum { DOM_NOTATION_NODE = 12, /* And a count of the number of node types */ - DOM_NODE_TYPE_COUNT = DOM_NOTATION_NODE + DOM_NODE_TYPE_COUNT } dom_node_type; typedef struct dom_node_internal dom_node_internal; -- cgit v1.2.3