diff options
Diffstat (limited to 'src/xml/node.h')
| -rw-r--r-- | src/xml/node.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xml/node.h b/src/xml/node.h index 997f3ccda..ab7e2ba2f 100644 --- a/src/xml/node.h +++ b/src/xml/node.h @@ -31,7 +31,8 @@ enum NodeType { DOCUMENT_NODE, ELEMENT_NODE, TEXT_NODE, - COMMENT_NODE + COMMENT_NODE, + PI_NODE }; // careful; GC::Anchored should only appear once in the inheritance |
