summaryrefslogtreecommitdiff
path: root/src/pugixml.hpp
diff options
context:
space:
mode:
authorarseny.kapoulkine@gmail.com <arseny.kapoulkine@gmail.com@99668b35-9821-0410-8761-19e4c4f06640>2012-05-02 15:38:09 +0000
committerarseny.kapoulkine@gmail.com <arseny.kapoulkine@gmail.com@99668b35-9821-0410-8761-19e4c4f06640>2012-05-02 15:38:09 +0000
commita9a537ad4024fe5011d38ce6ae2160081c361285 (patch)
tree0bf8382389a94be395ba3bbfc2e0572869362f23 /src/pugixml.hpp
parenta50f47f8056ffbb5fc52f2db07858c7dcd511d2e (diff)
Iterator improvements: safety assertions in xml_named_node_iterator, const_cast workaround for BCC32 bugv1.2
git-svn-id: http://pugixml.googlecode.com/svn/trunk@915 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'src/pugixml.hpp')
-rw-r--r--src/pugixml.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pugixml.hpp b/src/pugixml.hpp
index 51e456f..77b4dcf 100644
--- a/src/pugixml.hpp
+++ b/src/pugixml.hpp
@@ -359,6 +359,7 @@ namespace pugi
{
friend class xml_attribute_iterator;
friend class xml_node_iterator;
+ friend class xml_named_node_iterator;
protected:
xml_node_struct* _root;