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