diff options
Diffstat (limited to 'include/astra/XMLDocument.h')
-rw-r--r-- | include/astra/XMLDocument.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/astra/XMLDocument.h b/include/astra/XMLDocument.h index 869e1a3..eddd908 100644 --- a/include/astra/XMLDocument.h +++ b/include/astra/XMLDocument.h @@ -78,7 +78,7 @@ public: * * @return first XML node of the document */ - XMLNode* getRootNode(); + XMLNode getRootNode(); /** Save an XML DOM tree to an XML file * |