diff options
Diffstat (limited to 'src/pugixml.hpp')
-rw-r--r-- | src/pugixml.hpp | 1 |
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; |