aboutsummaryrefslogtreecommitdiff
path: root/include/cru/xml/XmlNode.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/xml/XmlNode.hpp')
-rw-r--r--include/cru/xml/XmlNode.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cru/xml/XmlNode.hpp b/include/cru/xml/XmlNode.hpp
index c9e538c0..f308c9de 100644
--- a/include/cru/xml/XmlNode.hpp
+++ b/include/cru/xml/XmlNode.hpp
@@ -118,6 +118,8 @@ class CRU_XML_API XmlElementNode : public XmlNode {
void AddAttribute(String key, String value);
void AddChild(XmlNode* child);
+ XmlElementNode* GetFirstChildElement() const;
+
XmlNode* Clone() const override;
private: