diff options
Diffstat (limited to 'src/xml')
| -rw-r--r-- | src/xml/node.h | 2 | ||||
| -rw-r--r-- | src/xml/xml-forward.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/xml/node.h b/src/xml/node.h index abcccdb9a..38f006d5c 100644 --- a/src/xml/node.h +++ b/src/xml/node.h @@ -80,6 +80,8 @@ public: * @{ */ + + /** * @brief Get the type of the node * @return NodeType enumeration member corresponding to the type of the node. diff --git a/src/xml/xml-forward.h b/src/xml/xml-forward.h index 33218c8ae..e3ebad183 100644 --- a/src/xml/xml-forward.h +++ b/src/xml/xml-forward.h @@ -20,7 +20,7 @@ namespace XML { struct AttributeRecord; struct CommentNode; class CompositeNodeObserver; -struct Document; +class Document; class ElementNode; class Event; class EventAdd; |
