summaryrefslogtreecommitdiff
path: root/src/domhelpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/domhelpers.h')
-rw-r--r--src/domhelpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/domhelpers.h b/src/domhelpers.h
index fd386f8..8b14e2b 100644
--- a/src/domhelpers.h
+++ b/src/domhelpers.h
@@ -73,7 +73,7 @@ public:
static DOM::Element getPriorElement(const DOM::Node& node, const string& name);
// Get first child element of a given name
- static DOM::Element getChildElement(const DOM::Node& parent, const string& name);
+ static DOM::Element findChildElement(const DOM::Node& parent, const string& name);
// Check if a given element is anothers ancestor
static bool hasAncestor(const DOM::Node& ancestor, const DOM::Node& node);