diff options
Diffstat (limited to 'src')
-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 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) { |