diff --git a/src/pugixml.hpp b/src/pugixml.hpp index b5294c6..898cadc 100644 --- a/src/pugixml.hpp +++ b/src/pugixml.hpp @@ -217,6 +217,7 @@ namespace pugi { public: typedef It const_iterator; + typedef It iterator; xml_object_range(It b, It e): _begin(b), _end(e) {