some renamings.
This commit is contained in:
@@ -630,7 +630,7 @@ namespace pugi
|
||||
}
|
||||
|
||||
// Find child node using predicate. Returns first child for which predicate returned true.
|
||||
template <typename Predicate> xml_node find_child_by_tag_name(Predicate pred) const
|
||||
template <typename Predicate> xml_node child(Predicate pred) const
|
||||
{
|
||||
if (!_root) return xml_node();
|
||||
|
||||
|
Reference in New Issue
Block a user