From faf69388f0f2e505cb2204cfd30bfd110c042922 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Wed, 21 Feb 2007 22:43:29 +0000 Subject: Fixed find_element git-svn-id: http://pugixml.googlecode.com/svn/trunk@72 99668b35-9821-0410-8761-19e4c4f06640 --- src/pugixml.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/pugixml.hpp b/src/pugixml.hpp index 323994d..91e7a5b 100644 --- a/src/pugixml.hpp +++ b/src/pugixml.hpp @@ -1723,7 +1723,7 @@ namespace pugi if (node.first_child()) { - xml_node found = node.find_element(pred); + xml_node found = node.find_node(pred); if (found) return found; } } -- cgit v1.2.3